In v3, org.ametys.plugins.odfweb.generators.CourseODFSearch did in saxAdditionalInfosOnPageHit the code:
...XMLUtils.createElement(contentHandler, "referencingProgram", attrs);
but no more in v4, so referencingProgram is no longer SAXed
Thus in search-course_2.3.xsl, the template hit-referencingprograms never generates the wished HTML
The method org.ametys.odf.course.generators.CourseContentGenerator.saxReferencedPrograms(Course) does what we need ?
- Est référencé par
-
ODF-2066 Searching Courses with new search service
- Closed