Please enable JavaScript.
Coggle requires JavaScript to display documents.
showMenuAdmin (from action : showMenuAdmin,
go to view: menuAdmin (There…
showMenuAdmin
from action : showMenuAdmin,
go to view: menuAdmin
There are multiple vertical bars when data adminstration --> attach/ remove district in waste group is selected
we go to controller : /municipalGroupDistrictMaster"
action: "grpDist"
In action: grpDist, render view: create
in view create.gsp
when remove district is clicked we go to controller: MunicipalGroupDistrictMasterController, action: del
-
in vertical bar when workflow administration is clicked we go to controller: workflowmasterController action: create
-
in vertical bar, when we hover over user management and then click approval right managemet
we then go to controller: consentApprovalRights, action: create
in action: create
create new instance of ConsentApplicationApprovalCriteria()
and return its its model
in view: create.gsp
if update is clicked go to controller: consentApprovalRights, action: updateApproval
-
in vertical bar when data administartion - > group adminstration - > update is clicked we go to controller: groupMaster, action updateGroup
-