fix: default perm for HR manager & HR user

(cherry picked from commit f02b3b6166)
This commit is contained in:
iamkhanraheel
2026-04-09 19:15:45 +05:30
committed by Mergify
parent 534891aac4
commit a7b1fec21d
5 changed files with 83 additions and 25 deletions

View File

@@ -47,7 +47,7 @@
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"links": [], "links": [],
"modified": "2024-08-16 19:22:57.706521", "modified": "2026-04-09 19:11:53.918325",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Activity Type", "name": "Activity Type",
@@ -79,11 +79,28 @@
{ {
"read": 1, "read": 1,
"role": "Employee" "role": "Employee"
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"role": "HR User",
"select": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "creation", "sort_field": "creation",
"sort_order": "ASC", "sort_order": "ASC",
"states": [], "states": [],
"translated_doctype": 1 "translated_doctype": 1
} }

View File

@@ -423,7 +423,7 @@
"is_tree": 1, "is_tree": 1,
"links": [], "links": [],
"max_attachments": 5, "max_attachments": 5,
"modified": "2026-03-25 17:35:27.323503", "modified": "2026-04-09 19:12:27.153143",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Task", "name": "Task",
@@ -443,12 +443,18 @@
"write": 1 "write": 1
}, },
{ {
"read": 1, "role": "HR User",
"role": "HR User" "select": 1
}, },
{ {
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"read": 1, "read": 1,
"role": "HR Manager" "role": "HR Manager",
"share": 1,
"write": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,

View File

@@ -21,7 +21,7 @@
} }
], ],
"links": [], "links": [],
"modified": "2024-03-27 13:10:51.823692", "modified": "2026-04-09 19:13:08.572142",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Task Type", "name": "Task Type",
@@ -60,11 +60,23 @@
"report": 1, "report": 1,
"role": "Projects User", "role": "Projects User",
"share": 1 "share": 1
},
{
"create": 1,
"delete": 1,
"read": 1,
"role": "HR Manager",
"write": 1
},
{
"role": "HR User",
"select": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "creation", "sort_field": "creation",
"sort_order": "ASC", "sort_order": "ASC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@@ -315,7 +315,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2026-03-04 11:56:51.438298", "modified": "2026-04-08 12:43:30.658074",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Timesheet", "name": "Timesheet",
@@ -336,21 +336,6 @@
"submit": 1, "submit": 1,
"write": 1 "write": 1
}, },
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "HR User",
"share": 1,
"submit": 1,
"write": 1
},
{ {
"amend": 1, "amend": 1,
"cancel": 1, "cancel": 1,
@@ -389,6 +374,35 @@
"read": 1, "read": 1,
"role": "Accounts User", "role": "Accounts User",
"write": 1 "write": 1
},
{
"amend": 1,
"cancel": 1,
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "HR User",
"share": 1,
"submit": 1,
"write": 1
},
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "HR Manager",
"share": 1,
"submit": 1,
"write": 1
} }
], ],
"row_format": "Dynamic", "row_format": "Dynamic",

View File

@@ -393,7 +393,7 @@
"icon": "fa fa-ticket", "icon": "fa fa-ticket",
"idx": 7, "idx": 7,
"links": [], "links": [],
"modified": "2025-09-25 11:10:53.556731", "modified": "2026-04-09 19:14:57.692236",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Issue", "name": "Issue",
@@ -410,9 +410,18 @@
"role": "Support Team", "role": "Support Team",
"share": 1, "share": 1,
"write": 1 "write": 1
},
{
"role": "HR Manager",
"select": 1
},
{
"role": "HR User",
"select": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"search_fields": "status,customer,subject,raised_by", "search_fields": "status,customer,subject,raised_by",
"sender_field": "raised_by", "sender_field": "raised_by",
"sort_field": "creation", "sort_field": "creation",