Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

Please note that the Form Builder is still in alpha stage. We are working on adding more features. Please do try out and provide feedback.


Installing Implementer Interface

Override the variable implementer_interface 

Override the variable in setup.yml located at /etc/bahmni-installer.

In setup.yml
implementer_interface: enabled 

Default Behaviour

By default, implementer_interface is disabled

Trigger the installation command after overriding the variable as mentioned above


Configure the icon in home dashboard

Add new icon in home dashboard for navigating to implementer interface. 

In home/extension.json, add the configuration as shown below

Sample Configuration
"implementerInterface": {
     "id": "bahmni.implementer.interface",
     "extensionPointId": "org.bahmni.home.dashboard",
     "type": "link",
     "translationKey": "MODULE_LABEL_IMPLEMENTER_INTERFACE_KEY",
     "url": "/implementer-interface",
     "icon": "fa fa-pencil-square-o",
     "order": 12
}

Supported configuration for key Url

In above example configuration, make sure the value configured for key url to be "/implementer-interface" (this is the supported value and can't be changed)

For further configurations, please refer Home App

On this Page

 



  • No labels