Mentis has several applications. The Admin can enable/disable an application depending on the need.
-
This can be done through the database table.
-
Connect to Mysql using terminal or any application (such as PhpMyAdmin, Mysql Workbench, etc).
-
Each Application has an entry in the 'Application' table with an 'isVisible' column.
Set isVisible = 1 (app is enabled)
Set isVisible = 0 (app is disabled)
-
-
The Admin can also do it through the User interface in the Admin app where the admin can manage different applications and enable/disable them.
- Login to Mentis as Admin (userId and password of user that is System Administrator)
- From top navigation, select Apps -> Admin
If you are unable to find 'Admin' in the list, then goto 'All apps'. From there, you can launch the Admin application.
3. From left navigation, under manage section select 'Applications'.
4. Now, this page will list all the applications. You can enable/disable application as per your need.
Comments
0 comments
Article is closed for comments.