We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a600f commit 0311703Copy full SHA for 0311703
usr/lib/linuxmuster-webui/plugins/lmn_common/multischool.py
@@ -324,6 +324,12 @@ def get_share_disabled(share_id):
324
],
325
'student': [
326
home,
327
+ ],
328
+ 'parent': [
329
+ home,
330
331
+ 'staff': [
332
333
]
334
}
335
@@ -338,6 +344,8 @@ def get_share_disabled(share_id):
338
344
if not get_share_disabled(share_id):
339
345
roles_shares['teacher'].append(standard_share)
340
346
roles_shares['student'].append(standard_share)
347
+ roles_shares['parent'].append(standard_share)
348
+ roles_shares['staff'].append(standard_share)
341
349
342
350
if not get_share_disabled('students'):
343
351
roles_shares['teacher'].append(students)
0 commit comments