Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
OpenMRS 1.8.4, OpenMRS 1.9.3
-
Low
Description
The concept page has no extension point that gives you the conceptId.
<openmrs:extensionPoint pointId="org.openmrs.dictionary.conceptFormHeader" type="html" />
We should add a conceptId parameter to the extension on the concept page in OpenMRS core:
<openmrs:extensionPoint pointId="org.openmrs.dictionary.conceptFormHeader" type="html" parameters="conceptId=${command.concept.conceptId}"/>
(Note that this should happen in both conceptForm.jsp and conceptStatsForm.jsp.)