Wiki Spaces
Documentation
Projects
Resources
Get Help from Others
Q&A: Ask OpenMRS
Discussion: OpenMRS Talk
Real-Time: IRC Chat | Slack
This module was developed by Jembi.
The Settings Editor module is a new front end for managing settings. As opposed to a long list of properties (as seen on the maintenance page), the properties are organized into a tree structure according to their prefixes. This makes it easier to access the property you're looking for.
The module supports adding, deleting and updating settings.
Below are two screenshots of the settings editor page.
A database version of at least 1.3.3.0 is required. In order for this module to work correctly, your global_property table needs to have three columns - property, property_value and description.
You can download the latest Settings editor module here
In order to use the Settings Editor Module, take the following steps:
Any suggestions, contributions or feedback regarding this module will be greatly appreciated. Please see the Modules page for information relating to developing modules.
There are some known issues in the module. Some of these are itemized below:
It would useful to have a search box which could be used to filter the property tree.
There are currently no tests for this module. Unit tests need to be developed for this module.