Hi Devs, I am trying to create a configurable patientDashbaord and the idea is to use globalProperties to set what will be displayed there. What I did is, from the existing patientDashboardForm, requires to a div, tab,... that its corresponding global property is set to true for it to be displayed (same idea as the one used for Form Entry Tab) and then I override the openmrs-runtime.properties file as documented on the wiki (here<https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties>). This is working fine for everything directly created on the patientDashboardForm.jsp file. I wondering if there is a way to do the same thing for all portlets(OpenMRS default portlets), for example use the same idea to display the box containing patient programs.
Thanks, -- Yves GAKUBA _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

