diff --git a/hrm-form-definitions/form-definitions/sg/v1/profileForms/FlagDurations.json b/hrm-form-definitions/form-definitions/sg/v1/profileForms/FlagDurations.json index 9a9b75ad4d..ce00a3b521 100644 --- a/hrm-form-definitions/form-definitions/sg/v1/profileForms/FlagDurations.json +++ b/hrm-form-definitions/form-definitions/sg/v1/profileForms/FlagDurations.json @@ -6,7 +6,7 @@ }, { "flag": "blocked", - "label": "Long Term Block (5 Years)", - "durationInHours": "43848" + "label": "Long Term Block (1 Week)", + "durationInHours": "168" } ] diff --git a/hrm-form-definitions/form-definitions/sg/v1/profileForms/Sections.json b/hrm-form-definitions/form-definitions/sg/v1/profileForms/Sections.json index ed3f60b20b..5b783a7066 100644 --- a/hrm-form-definitions/form-definitions/sg/v1/profileForms/Sections.json +++ b/hrm-form-definitions/form-definitions/sg/v1/profileForms/Sections.json @@ -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" } ] diff --git a/plugin-hrm-form/src/permissions/sg.json b/plugin-hrm-form/src/permissions/sg.json index 4bf909407b..112f4eb71f 100644 --- a/plugin-hrm-form/src/permissions/sg.json +++ b/plugin-hrm-form/src/permissions/sg.json @@ -30,7 +30,7 @@ "unflagProfile": [["isSupervisor"]], "createProfileSection": [["everyone"]], "viewProfileSection": [["everyone"]], - "editProfileSection": [["everyone"]], + "editProfileSection": [["isSupervisor"]], "viewPostSurvey": [["isSupervisor"]],