Hello all,
I tried to export htmlform using metadata Sharing Module 2.2.1 and Openmrs 2.0.5 . I ran into the following error:
https://pastebin.com/G6AsYdd9
I was able to duplicate the error on the demo server. However, I cant provide link as the process is not completed and therefore not saved.
java.lang.NoClassDefFoundError: org/openmrs/order/RegimenSuggestion
at org.openmrs.module.htmlformentry.handler.StandardRegimenTagHandlerSupport1_10.createAttributeDescriptors(StandardRegimenTagHandlerSupport1_10.java:23)
As in: no class definition found for RegimenSuggestion, leading me to check that it indeed was nowhere to be found on Core master (or any 2.x branch). However I saw that it still existed on Core 1.12.x (see here).
@mksd that is a very exhaustive description of the problem and fix.
Do you wanna create a ticket for it? And possibly attach a pull request if you have the time?