fix: default permission for HR User role

This commit is contained in:
iamkhanraheel
2026-03-24 19:57:42 +05:30
parent cd5b0ea5fd
commit 7b0bfe76cc
8 changed files with 49 additions and 11 deletions

View File

@@ -480,7 +480,7 @@
"index_web_pages_for_search": 1,
"links": [],
"max_attachments": 4,
"modified": "2026-03-09 17:15:24.426294",
"modified": "2026-03-24 12:52:03.156389",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project",
@@ -524,6 +524,10 @@
"role": "Employee",
"select": 1,
"share": 1
},
{
"read": 1,
"role": "HR User"
}
],
"quick_entry": 1,

View File

@@ -423,7 +423,7 @@
"is_tree": 1,
"links": [],
"max_attachments": 5,
"modified": "2026-03-04 11:47:10.454548",
"modified": "2026-03-24 12:57:46.063009",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",
@@ -441,6 +441,10 @@
"role": "Projects User",
"share": 1,
"write": 1
},
{
"read": 1,
"role": "HR User"
}
],
"quick_entry": 1,