fix: default permission for HR manager role

This commit is contained in:
iamkhanraheel
2026-03-26 17:23:54 +05:30
parent 7b0bfe76cc
commit 5ec66169a7
10 changed files with 79 additions and 38 deletions

View File

@@ -480,7 +480,7 @@
"index_web_pages_for_search": 1,
"links": [],
"max_attachments": 4,
"modified": "2026-03-24 12:52:03.156389",
"modified": "2026-03-25 17:32:36.262980",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project",
@@ -528,6 +528,10 @@
{
"read": 1,
"role": "HR User"
},
{
"read": 1,
"role": "HR Manager"
}
],
"quick_entry": 1,

View File

@@ -423,7 +423,7 @@
"is_tree": 1,
"links": [],
"max_attachments": 5,
"modified": "2026-03-24 12:57:46.063009",
"modified": "2026-03-25 17:35:27.323503",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",
@@ -445,6 +445,10 @@
{
"read": 1,
"role": "HR User"
},
{
"read": 1,
"role": "HR Manager"
}
],
"quick_entry": 1,