Skip to content

Commit

Permalink
Merge pull request #2419 from techmatters/sinekhaya/sg/customise-clie…
Browse files Browse the repository at this point in the history
…nt-profiles

SG Client Profile Customisation
  • Loading branch information
sinehome authored Jul 18, 2024
2 parents dfa6bc9 + 0b930f7 commit 302b42d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"flag": "blocked",
"label": "Long Term Block (5 Years)",
"durationInHours": "43848"
"label": "Long Term Block (1 Week)",
"durationInHours": "168"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,5 @@
"rows": 20,
"width": 500,
"placeholder": "Enter a summary of the client"
},
{
"name": "recommendedApproach",
"label": "Recommended Approach",
"editLabel": "Edit Recommended Approach",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Enter recommended approach"
},
{
"name": "details",
"label": "Details",
"editLabel": "Edit Details",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Enter Details"
}
]
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/permissions/sg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"unflagProfile": [["isSupervisor"]],
"createProfileSection": [["everyone"]],
"viewProfileSection": [["everyone"]],
"editProfileSection": [["everyone"]],
"editProfileSection": [["isSupervisor"]],

"viewPostSurvey": [["isSupervisor"]],

Expand Down

0 comments on commit 302b42d

Please sign in to comment.