Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Reported by Rishab at https://mifosforge.jira.com/browse/MIFOSX-2522
Original Description:
Steps to reproduce:
1. Create a use and give him permissions for “CREATE CLIENT” and “ACTIVATE CLIENT” under Portfolio.
2. Login from this new user.
3. Create a new client. >> This is where you would be able to “ACTIVE” the new client.
Possible fix:
In file community-app/views/client/createclient.html, search for 'label.input.active' | translate. The div opening above this with class=”form-group”, add attribute ‘has-permission="ACTIVATE_CLIENT"’
I am not using git so have not shared the proper diff but have tested these changes and they work fine.