Skip to content

Commit 71aada4

Browse files
authored
Merge pull request #437 from frappe/feat/permissions
chore: update permissions in Student Attendance DocType
2 parents 61b2157 + 27b9a6b commit 71aada4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

education/education/doctype/student_attendance/student_attendance.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"index_web_pages_for_search": 1,
116116
"is_submittable": 1,
117117
"links": [],
118-
"modified": "2024-05-23 17:14:36.280419",
118+
"modified": "2026-06-05 17:10:47.758164",
119119
"modified_by": "Administrator",
120120
"module": "Education",
121121
"name": "Student Attendance",
@@ -137,18 +137,16 @@
137137
"write": 1
138138
},
139139
{
140-
"create": 1,
141140
"email": 1,
142141
"export": 1,
143142
"print": 1,
144143
"read": 1,
145144
"report": 1,
146145
"role": "Student",
147-
"share": 1,
148-
"submit": 1,
149-
"write": 1
146+
"share": 1
150147
}
151148
],
149+
"row_format": "Dynamic",
152150
"sort_field": "modified",
153151
"sort_order": "DESC",
154152
"states": [

0 commit comments

Comments
 (0)