I am trying to add a new SQL Search Handler but it is not saving, I am on Bahmni Docker:Last version; when I clic save, it just disappears but not saving as usual. can some one help ?
Regards
I am trying to add a new SQL Search Handler but it is not saving, I am on Bahmni Docker:Last version; when I clic save, it just disappears but not saving as usual. can some one help ?
Regards
If you are trying to add a global property please use the initializer approach. Example file here. standard-config/masterdata/configuration/globalproperties/gp_clinical.xml at master · Bahmni/standard-config · GitHub
Thanks for reply man, I always listen about you on videos, I am glad to write to you on tady’s date, I have another question, why is changes (customization) made in OpenMRS Docker contenair removed after restart of OpenMRS (using docker compose restart openmrs) it looks like tomcat is initializing everything (as I saw in logs) for customization I made, can you help ? is there a way to make a symlink to OpenMRS tomcat folder so that it keeps using customization as on Bahmni_Config with Symlink ?
Regards,
It is the startup script which performs the reinitialisation. What customisations are you making on tomcat directory or configurations ?
icons changing, colors, etc.
I needed to add SQL Search Handler for tabs in Clinical Module, but according to your reply, I had to follow standard-config/masterdata/configuration/globalproperties/gp_clinical.xml at master · Bahmni/standard-config · GitHub, I edited the file adding lines (property for sql search handler name, values for sql syntax, description for text description) but still not showing into the advanced settings of OpenMRS, I tried adding the same xml lines into the OpenMRS Docker contenair, still not showing, what should be the issue again ?
Please assist, Regards,