Hi Christian,

Removing the "View Concepts" privilege should do this for you - unless your user is also a System Developer, which overrides this behavior. I would actually be wary of removing the "View Concepts" privilege, as my fear would be that things like viewing programs, viewing html forms, and other things that use and display Concepts (pretty much everywhere in the system) might check this privilege and start failing on you. It seems to me that this is the wrong privilege to use to check for access to the Concept Dictionary management pages, and we should have a more explicit privilege to allow access, like "View Concept Dictionary Management Section". We might want to file a ticket for this...

The easiest thing to do in your case is to override the entire gutter and code it up to your requirements. You would do this by:

* Copying /WEB-INF/template/gutter.jsp into a directory outside of the webapp (eg. /home/tomcat/.OpenMRS/customizations/template/gutter.jsp)
* Make whatever changes you want here
* Include the following property in your runtime.properties file: custom.template.dir=/home/tomcat/.OpenMRS/customizations/template
* Restart the server

Let me know  how this works for you...

Mike







On 03/12/2012 05:38 AM, Christian Neumann wrote:
Hi,

I fail to disable the Dictionary menu item in the top navigation pane in 
OpenMRS 1.7.2. I've deactivated the 'View Concepts' privilege, yet it still 
shows up.

Is there anything else I can to to deactivate this for certain users?

Thanks,
christian
_________________________________________

To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-implement-l" in the  body 
(not the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

_________________________________________

To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to 
[email protected] with "SIGNOFF openmrs-implement-l" in the  body 
(not the subject) of your e-mail.

[mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

Reply via email to