@edular/permissions 4.3.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants.d.ts +52 -0
- package/lib/constants.js +53 -0
- package/lib/helpers.d.ts +4 -0
- package/lib/helpers.js +30 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +15 -0
- package/lib/permissions.d.ts +1004 -0
- package/lib/permissions.js +1007 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1007 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.Permissions = void 0;
|
|
4
|
+
exports.Permissions = {
|
|
5
|
+
Staff: {
|
|
6
|
+
Academics: {
|
|
7
|
+
Externship: {
|
|
8
|
+
View: 1011,
|
|
9
|
+
Add: 1012,
|
|
10
|
+
Edit: 1013,
|
|
11
|
+
Delete: 1014
|
|
12
|
+
},
|
|
13
|
+
Instructional: {
|
|
14
|
+
Lessons: {
|
|
15
|
+
Attendance: {
|
|
16
|
+
View: 1121,
|
|
17
|
+
Add: 1122,
|
|
18
|
+
Edit: 1123,
|
|
19
|
+
Delete: 1124
|
|
20
|
+
},
|
|
21
|
+
Grades: {
|
|
22
|
+
View: 1131,
|
|
23
|
+
Add: 1132,
|
|
24
|
+
Edit: 1133,
|
|
25
|
+
Delete: 1134
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
AttendanceOverview: {
|
|
29
|
+
View: 1141,
|
|
30
|
+
Add: 1142,
|
|
31
|
+
Edit: 1143,
|
|
32
|
+
Delete: 1144
|
|
33
|
+
},
|
|
34
|
+
CourseGrades: {
|
|
35
|
+
View: 1151,
|
|
36
|
+
Add: 1152,
|
|
37
|
+
Edit: 1153,
|
|
38
|
+
Delete: 1154
|
|
39
|
+
},
|
|
40
|
+
Students: {
|
|
41
|
+
PermissionsToAccessOthers: {
|
|
42
|
+
View: 2855,
|
|
43
|
+
Edit: 2856,
|
|
44
|
+
Delete: 2857
|
|
45
|
+
},
|
|
46
|
+
Checklist: {
|
|
47
|
+
View: 5831,
|
|
48
|
+
Add: 5832,
|
|
49
|
+
Edit: 5833,
|
|
50
|
+
Delete: 5834
|
|
51
|
+
},
|
|
52
|
+
AcademicsStudentDetails: {
|
|
53
|
+
View: 5841,
|
|
54
|
+
Add: 5842,
|
|
55
|
+
Edit: 5843,
|
|
56
|
+
Delete: 5844
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
Practical: {
|
|
61
|
+
Students: {
|
|
62
|
+
View: 1211,
|
|
63
|
+
Add: 1212,
|
|
64
|
+
Edit: 1213,
|
|
65
|
+
Delete: 1214
|
|
66
|
+
},
|
|
67
|
+
Submissions: {
|
|
68
|
+
View: 1221,
|
|
69
|
+
Add: 1222,
|
|
70
|
+
Edit: 1223,
|
|
71
|
+
Delete: 1224
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
Registrar: {
|
|
75
|
+
Workspace: {
|
|
76
|
+
View: 1311,
|
|
77
|
+
Add: 1312,
|
|
78
|
+
Edit: 1313,
|
|
79
|
+
Delete: 1314
|
|
80
|
+
},
|
|
81
|
+
Students: {
|
|
82
|
+
WorkspaceStudent: {
|
|
83
|
+
View: 1321,
|
|
84
|
+
Add: 1322,
|
|
85
|
+
Edit: 1323,
|
|
86
|
+
Delete: 1324
|
|
87
|
+
},
|
|
88
|
+
TermsAndCourses: {
|
|
89
|
+
View: 1331,
|
|
90
|
+
Add: 1332,
|
|
91
|
+
Edit: 1333,
|
|
92
|
+
Delete: 1334
|
|
93
|
+
},
|
|
94
|
+
AcademicPlanning: {
|
|
95
|
+
View: 1341,
|
|
96
|
+
Add: 1342,
|
|
97
|
+
Edit: 1343,
|
|
98
|
+
Delete: 1344
|
|
99
|
+
},
|
|
100
|
+
DegreeAudit: {
|
|
101
|
+
View: 1351,
|
|
102
|
+
Add: 1352,
|
|
103
|
+
Edit: 1353,
|
|
104
|
+
Delete: 1354
|
|
105
|
+
},
|
|
106
|
+
UpdateAdvisor: {
|
|
107
|
+
Edit: 1373
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
Attendance: {
|
|
111
|
+
View: 1361,
|
|
112
|
+
Add: 1362,
|
|
113
|
+
Edit: 1363,
|
|
114
|
+
Delete: 1364
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
Reports: {
|
|
118
|
+
View: 1411,
|
|
119
|
+
Add: 1412,
|
|
120
|
+
Edit: 1413,
|
|
121
|
+
Delete: 1414
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
Admissions: {
|
|
125
|
+
AdmissionsStaff: {
|
|
126
|
+
View: 1451,
|
|
127
|
+
Add: 1452,
|
|
128
|
+
Edit: 1453,
|
|
129
|
+
Delete: 1454,
|
|
130
|
+
PermissionsToAccessOthers: {
|
|
131
|
+
View: 2858,
|
|
132
|
+
Edit: 2859,
|
|
133
|
+
Delete: 2860
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
Students: {
|
|
137
|
+
AdmissionsStudentDetails: {
|
|
138
|
+
View: 1461,
|
|
139
|
+
Add: 1462,
|
|
140
|
+
Edit: 1463,
|
|
141
|
+
Delete: 1464
|
|
142
|
+
},
|
|
143
|
+
UpdateAdvisor: {
|
|
144
|
+
Edit: 1473
|
|
145
|
+
},
|
|
146
|
+
PermissionsToAccessOthers: {
|
|
147
|
+
View: 2861,
|
|
148
|
+
Edit: 2862,
|
|
149
|
+
Delete: 2863
|
|
150
|
+
},
|
|
151
|
+
Checklist: {
|
|
152
|
+
View: 5821,
|
|
153
|
+
Add: 5822,
|
|
154
|
+
Edit: 5823,
|
|
155
|
+
Delete: 5824
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
CareerServices: {
|
|
160
|
+
View: 1511,
|
|
161
|
+
Add: 1512,
|
|
162
|
+
Edit: 1513,
|
|
163
|
+
Delete: 1514
|
|
164
|
+
},
|
|
165
|
+
Documents: {
|
|
166
|
+
Users: {
|
|
167
|
+
ListView: {
|
|
168
|
+
View: 1551,
|
|
169
|
+
Add: 1552,
|
|
170
|
+
Edit: 1553,
|
|
171
|
+
Delete: 1554
|
|
172
|
+
},
|
|
173
|
+
DetailView: {
|
|
174
|
+
View: 1561,
|
|
175
|
+
Add: 1562,
|
|
176
|
+
Edit: 1563,
|
|
177
|
+
Delete: 1564
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
FinancialAid: {
|
|
182
|
+
FinancialAidStaff: {
|
|
183
|
+
View: 1611,
|
|
184
|
+
Add: 1612,
|
|
185
|
+
Edit: 1613,
|
|
186
|
+
Delete: 1614,
|
|
187
|
+
PermissionsToAccessOthers: {
|
|
188
|
+
View: 2864,
|
|
189
|
+
Edit: 2865,
|
|
190
|
+
Delete: 2866
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
Students: {
|
|
194
|
+
FinancialAidStudentDetail: {
|
|
195
|
+
View: 1621,
|
|
196
|
+
Add: 1622,
|
|
197
|
+
Edit: 1623,
|
|
198
|
+
Delete: 1624
|
|
199
|
+
},
|
|
200
|
+
UpdateAdvisor: {
|
|
201
|
+
Edit: 1643
|
|
202
|
+
},
|
|
203
|
+
PermissionsToAccessOthers: {
|
|
204
|
+
View: 2867,
|
|
205
|
+
Edit: 2868,
|
|
206
|
+
Delete: 2869
|
|
207
|
+
},
|
|
208
|
+
Checklist: {
|
|
209
|
+
View: 5811,
|
|
210
|
+
Add: 5812,
|
|
211
|
+
Edit: 5813,
|
|
212
|
+
Delete: 5814
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
Notices: {
|
|
216
|
+
View: 1631,
|
|
217
|
+
Add: 1632,
|
|
218
|
+
Edit: 1633,
|
|
219
|
+
Delete: 1634
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
StudentAccount: {
|
|
223
|
+
Workspace: {
|
|
224
|
+
View: 1711,
|
|
225
|
+
Add: 1712,
|
|
226
|
+
Edit: 1713,
|
|
227
|
+
Delete: 1714
|
|
228
|
+
},
|
|
229
|
+
Students: {
|
|
230
|
+
StudentLedger: {
|
|
231
|
+
View: 1721,
|
|
232
|
+
Add: 1722,
|
|
233
|
+
Edit: 1723,
|
|
234
|
+
Delete: 1724
|
|
235
|
+
},
|
|
236
|
+
PaymentPlan: {
|
|
237
|
+
View: 1731,
|
|
238
|
+
Add: 1732,
|
|
239
|
+
Edit: 1733,
|
|
240
|
+
Delete: 1734
|
|
241
|
+
},
|
|
242
|
+
FinAid: {
|
|
243
|
+
View: 1741,
|
|
244
|
+
Add: 1742,
|
|
245
|
+
Edit: 1743,
|
|
246
|
+
Delete: 1744
|
|
247
|
+
},
|
|
248
|
+
Scholarship: {
|
|
249
|
+
View: 1751,
|
|
250
|
+
Add: 1752,
|
|
251
|
+
Edit: 1753,
|
|
252
|
+
Delete: 1754
|
|
253
|
+
},
|
|
254
|
+
UpdateAdvisor: {
|
|
255
|
+
Edit: 1773
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
Orders: {
|
|
259
|
+
View: 1761,
|
|
260
|
+
Add: 1762,
|
|
261
|
+
Edit: 1763,
|
|
262
|
+
Delete: 1764
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
StudentServicesAndAcademicAffairs: {
|
|
266
|
+
StudentServices: {
|
|
267
|
+
Workspace: {
|
|
268
|
+
View: 1811,
|
|
269
|
+
Add: 1812,
|
|
270
|
+
Edit: 1813,
|
|
271
|
+
Delete: 1814,
|
|
272
|
+
PermissionsToAccessOthers: {
|
|
273
|
+
View: 2870,
|
|
274
|
+
Edit: 2871,
|
|
275
|
+
Delete: 2872
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
Students: {
|
|
279
|
+
AcademicPlanning: {
|
|
280
|
+
View: 1831,
|
|
281
|
+
Add: 1832,
|
|
282
|
+
Edit: 1833,
|
|
283
|
+
Delete: 1834
|
|
284
|
+
},
|
|
285
|
+
DegreeAudit: {
|
|
286
|
+
View: 1841,
|
|
287
|
+
Add: 1842,
|
|
288
|
+
Edit: 1843,
|
|
289
|
+
Delete: 1844
|
|
290
|
+
},
|
|
291
|
+
UpdateAdvisor: {
|
|
292
|
+
Edit: 1893
|
|
293
|
+
},
|
|
294
|
+
PermissionsToAccessOthers: {
|
|
295
|
+
View: 2873,
|
|
296
|
+
Edit: 2874,
|
|
297
|
+
Delete: 2875
|
|
298
|
+
},
|
|
299
|
+
StudentDetail: {
|
|
300
|
+
View: 5851,
|
|
301
|
+
Add: 5852,
|
|
302
|
+
Edit: 5853,
|
|
303
|
+
Delete: 5854
|
|
304
|
+
},
|
|
305
|
+
Checklist: {
|
|
306
|
+
View: 5861,
|
|
307
|
+
Add: 5862,
|
|
308
|
+
Edit: 5863,
|
|
309
|
+
Delete: 5864
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
AcademicAdvising: {
|
|
314
|
+
Students: {
|
|
315
|
+
View: 1861,
|
|
316
|
+
Add: 1862,
|
|
317
|
+
Edit: 1863,
|
|
318
|
+
Delete: 1864
|
|
319
|
+
},
|
|
320
|
+
Advising: {
|
|
321
|
+
View: 1871,
|
|
322
|
+
Add: 1872,
|
|
323
|
+
Edit: 1873,
|
|
324
|
+
Delete: 1874
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
Reports: {
|
|
328
|
+
View: 1881,
|
|
329
|
+
Add: 1882,
|
|
330
|
+
Edit: 1883,
|
|
331
|
+
Delete: 1884
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
AcademicAffairs: {
|
|
335
|
+
StudentServices: {
|
|
336
|
+
Workspace: {
|
|
337
|
+
View: 1911,
|
|
338
|
+
Add: 1912,
|
|
339
|
+
Edit: 1913,
|
|
340
|
+
Delete: 1914
|
|
341
|
+
},
|
|
342
|
+
Students: {
|
|
343
|
+
StudentServices: {
|
|
344
|
+
View: 1921,
|
|
345
|
+
Add: 1922,
|
|
346
|
+
Edit: 1923,
|
|
347
|
+
Delete: 1924
|
|
348
|
+
},
|
|
349
|
+
AcademicPlanning: {
|
|
350
|
+
View: 1931,
|
|
351
|
+
Add: 1932,
|
|
352
|
+
Edit: 1933,
|
|
353
|
+
Delete: 1934
|
|
354
|
+
},
|
|
355
|
+
DegreeAudit: {
|
|
356
|
+
View: 1941,
|
|
357
|
+
Add: 1942,
|
|
358
|
+
Edit: 1943,
|
|
359
|
+
Delete: 1944
|
|
360
|
+
},
|
|
361
|
+
UpdateAdvisor: {
|
|
362
|
+
Edit: 1993
|
|
363
|
+
},
|
|
364
|
+
StudentDetail: {
|
|
365
|
+
View: 6011,
|
|
366
|
+
Add: 6012,
|
|
367
|
+
Edit: 6013,
|
|
368
|
+
Delete: 6014
|
|
369
|
+
},
|
|
370
|
+
Checklist: {
|
|
371
|
+
View: 6021,
|
|
372
|
+
Add: 6022,
|
|
373
|
+
Edit: 6023,
|
|
374
|
+
Delete: 6024
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
Attendance: {
|
|
378
|
+
View: 1951,
|
|
379
|
+
Add: 1952,
|
|
380
|
+
Edit: 1953,
|
|
381
|
+
Delete: 1954
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
AcademicAdvising: {
|
|
385
|
+
Students: {
|
|
386
|
+
View: 1961,
|
|
387
|
+
Add: 1962,
|
|
388
|
+
Edit: 1963,
|
|
389
|
+
Delete: 1964
|
|
390
|
+
},
|
|
391
|
+
Advising: {
|
|
392
|
+
View: 1971,
|
|
393
|
+
Add: 1972,
|
|
394
|
+
Edit: 1973,
|
|
395
|
+
Delete: 1974
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
Reports: {
|
|
399
|
+
View: 1981,
|
|
400
|
+
Add: 1982,
|
|
401
|
+
Edit: 1983,
|
|
402
|
+
Delete: 1984
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
Settings: {
|
|
406
|
+
General: {
|
|
407
|
+
Calendar: {
|
|
408
|
+
AccessStaffList: {
|
|
409
|
+
View: 2011
|
|
410
|
+
},
|
|
411
|
+
AccessStudentList: {
|
|
412
|
+
View: 2021
|
|
413
|
+
},
|
|
414
|
+
AccessOthersList: {
|
|
415
|
+
View: 2031
|
|
416
|
+
},
|
|
417
|
+
UnlimitedUserSelection: {
|
|
418
|
+
View: 2041
|
|
419
|
+
},
|
|
420
|
+
SchoolClosures: {
|
|
421
|
+
Add: 2052,
|
|
422
|
+
Edit: 2053,
|
|
423
|
+
Delete: 2054
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
Campus: {
|
|
427
|
+
View: 2111,
|
|
428
|
+
Add: 2112,
|
|
429
|
+
Edit: 2113,
|
|
430
|
+
Delete: 2114
|
|
431
|
+
},
|
|
432
|
+
CareerServices: {
|
|
433
|
+
View: 2121,
|
|
434
|
+
Add: 2122,
|
|
435
|
+
Edit: 2123,
|
|
436
|
+
Delete: 2124
|
|
437
|
+
},
|
|
438
|
+
Courses: {
|
|
439
|
+
View: 2131,
|
|
440
|
+
Add: 2132,
|
|
441
|
+
Edit: 2133,
|
|
442
|
+
Delete: 2134
|
|
443
|
+
},
|
|
444
|
+
Chat: {
|
|
445
|
+
AccessStaffList: {
|
|
446
|
+
View: 2141,
|
|
447
|
+
Add: 2142,
|
|
448
|
+
Edit: 2143,
|
|
449
|
+
Delete: 2144
|
|
450
|
+
},
|
|
451
|
+
AccessStudentList: {
|
|
452
|
+
View: 2151,
|
|
453
|
+
Add: 2152,
|
|
454
|
+
Edit: 2153,
|
|
455
|
+
Delete: 2154
|
|
456
|
+
},
|
|
457
|
+
AccessOthersList: {
|
|
458
|
+
View: 2161,
|
|
459
|
+
Add: 2162,
|
|
460
|
+
Edit: 2163,
|
|
461
|
+
Delete: 2164
|
|
462
|
+
},
|
|
463
|
+
UnlimitedUserSelection: {
|
|
464
|
+
View: 2171,
|
|
465
|
+
Add: 2172,
|
|
466
|
+
Edit: 2173,
|
|
467
|
+
Delete: 2174
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
DegreeLevel: {
|
|
471
|
+
View: 2181,
|
|
472
|
+
Add: 2182,
|
|
473
|
+
Edit: 2183,
|
|
474
|
+
Delete: 2184
|
|
475
|
+
},
|
|
476
|
+
Department: {
|
|
477
|
+
View: 2191,
|
|
478
|
+
Add: 2192,
|
|
479
|
+
Edit: 2193,
|
|
480
|
+
Delete: 2194
|
|
481
|
+
},
|
|
482
|
+
Labels: {
|
|
483
|
+
View: 2201,
|
|
484
|
+
Add: 2202,
|
|
485
|
+
Edit: 2203,
|
|
486
|
+
Delete: 2204
|
|
487
|
+
},
|
|
488
|
+
Majors: {
|
|
489
|
+
View: 2211,
|
|
490
|
+
Add: 2212,
|
|
491
|
+
Edit: 2213,
|
|
492
|
+
Delete: 2214
|
|
493
|
+
},
|
|
494
|
+
ResourcesTypes: {
|
|
495
|
+
View: 2221,
|
|
496
|
+
Add: 2222,
|
|
497
|
+
Edit: 2223,
|
|
498
|
+
Delete: 2224
|
|
499
|
+
},
|
|
500
|
+
Tags: {
|
|
501
|
+
View: 2231,
|
|
502
|
+
Add: 2232,
|
|
503
|
+
Edit: 2233,
|
|
504
|
+
Delete: 2234
|
|
505
|
+
},
|
|
506
|
+
Terms: {
|
|
507
|
+
General: {
|
|
508
|
+
View: 2241,
|
|
509
|
+
Add: 2242,
|
|
510
|
+
Edit: 2243,
|
|
511
|
+
Delete: 2244
|
|
512
|
+
},
|
|
513
|
+
AddDropDate: {
|
|
514
|
+
View: 5741,
|
|
515
|
+
Add: 5742,
|
|
516
|
+
Edit: 5743,
|
|
517
|
+
Delete: 5744
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
Workflow: {
|
|
521
|
+
View: 5751,
|
|
522
|
+
Add: 5752,
|
|
523
|
+
Edit: 5753,
|
|
524
|
+
Delete: 5754
|
|
525
|
+
},
|
|
526
|
+
Coa: {
|
|
527
|
+
View: 5871,
|
|
528
|
+
Add: 5872,
|
|
529
|
+
Edit: 5873,
|
|
530
|
+
Delete: 5874
|
|
531
|
+
},
|
|
532
|
+
Sap: {
|
|
533
|
+
View: 5881,
|
|
534
|
+
Add: 5882,
|
|
535
|
+
Edit: 5883,
|
|
536
|
+
Delete: 5884
|
|
537
|
+
},
|
|
538
|
+
UserSettings: {
|
|
539
|
+
View: 6035,
|
|
540
|
+
Add: 6036,
|
|
541
|
+
Edit: 6037,
|
|
542
|
+
Delete: 6038
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
Modules: {
|
|
546
|
+
Academics: {
|
|
547
|
+
View: 2251,
|
|
548
|
+
Add: 2252,
|
|
549
|
+
Edit: 2253,
|
|
550
|
+
Delete: 2254
|
|
551
|
+
},
|
|
552
|
+
Admissions: {
|
|
553
|
+
View: 2261,
|
|
554
|
+
Add: 2262,
|
|
555
|
+
Edit: 2263,
|
|
556
|
+
Delete: 2264
|
|
557
|
+
},
|
|
558
|
+
CareerServices: {
|
|
559
|
+
View: 2271,
|
|
560
|
+
Add: 2272,
|
|
561
|
+
Edit: 2273,
|
|
562
|
+
Delete: 2274
|
|
563
|
+
},
|
|
564
|
+
FinancialAid: {
|
|
565
|
+
View: 2281,
|
|
566
|
+
Add: 2282,
|
|
567
|
+
Edit: 2283,
|
|
568
|
+
Delete: 2284
|
|
569
|
+
},
|
|
570
|
+
StudentAccount: {
|
|
571
|
+
View: 2291,
|
|
572
|
+
Add: 2292,
|
|
573
|
+
Edit: 2293,
|
|
574
|
+
Delete: 2294
|
|
575
|
+
},
|
|
576
|
+
StudentServices: {
|
|
577
|
+
View: 6031,
|
|
578
|
+
Add: 6032,
|
|
579
|
+
Edit: 6033,
|
|
580
|
+
Delete: 6034
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
SystemSettings: {
|
|
584
|
+
AppStore: {
|
|
585
|
+
View: 2301,
|
|
586
|
+
Add: 2302,
|
|
587
|
+
Edit: 2303,
|
|
588
|
+
Delete: 2304
|
|
589
|
+
},
|
|
590
|
+
Branding: {
|
|
591
|
+
View: 2311,
|
|
592
|
+
Add: 2312,
|
|
593
|
+
Edit: 2313,
|
|
594
|
+
Delete: 2314
|
|
595
|
+
},
|
|
596
|
+
Media: {
|
|
597
|
+
View: 2321,
|
|
598
|
+
Add: 2322,
|
|
599
|
+
Edit: 2323,
|
|
600
|
+
Delete: 2324
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
Users: {
|
|
605
|
+
IsirConfirmed: {
|
|
606
|
+
View: 2511,
|
|
607
|
+
Add: 2512,
|
|
608
|
+
Edit: 2513,
|
|
609
|
+
Delete: 2514
|
|
610
|
+
},
|
|
611
|
+
Students: {
|
|
612
|
+
Personal: {
|
|
613
|
+
Dob: {
|
|
614
|
+
View: 2521,
|
|
615
|
+
Add: 2522,
|
|
616
|
+
Edit: 2523,
|
|
617
|
+
Delete: 2524
|
|
618
|
+
},
|
|
619
|
+
Ssn: {
|
|
620
|
+
View: 2531,
|
|
621
|
+
Add: 2532,
|
|
622
|
+
Edit: 2533,
|
|
623
|
+
Delete: 2534
|
|
624
|
+
},
|
|
625
|
+
SignatureAndInitials: {
|
|
626
|
+
View: 2541,
|
|
627
|
+
Add: 2542,
|
|
628
|
+
Edit: 2543,
|
|
629
|
+
Delete: 2544
|
|
630
|
+
},
|
|
631
|
+
PersonalInfo: {
|
|
632
|
+
View: 5711,
|
|
633
|
+
Add: 5712,
|
|
634
|
+
Edit: 5713,
|
|
635
|
+
Delete: 5714
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
Profile: {
|
|
639
|
+
View: 2551,
|
|
640
|
+
Add: 2552,
|
|
641
|
+
Edit: 2553,
|
|
642
|
+
Delete: 2554
|
|
643
|
+
},
|
|
644
|
+
Contacts: {
|
|
645
|
+
View: 2561,
|
|
646
|
+
Add: 2562,
|
|
647
|
+
Edit: 2563,
|
|
648
|
+
Delete: 2564
|
|
649
|
+
},
|
|
650
|
+
Activities: {
|
|
651
|
+
View: 2571,
|
|
652
|
+
Add: 2572,
|
|
653
|
+
Edit: 2573,
|
|
654
|
+
Delete: 2574
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
Staff: {
|
|
658
|
+
Personal: {
|
|
659
|
+
Dob: {
|
|
660
|
+
View: 2611,
|
|
661
|
+
Add: 2612,
|
|
662
|
+
Edit: 2613,
|
|
663
|
+
Delete: 2614
|
|
664
|
+
},
|
|
665
|
+
Ssn: {
|
|
666
|
+
View: 2621,
|
|
667
|
+
Add: 2622,
|
|
668
|
+
Edit: 2623,
|
|
669
|
+
Delete: 2624
|
|
670
|
+
},
|
|
671
|
+
SignatureAndInitials: {
|
|
672
|
+
View: 2631,
|
|
673
|
+
Add: 2632,
|
|
674
|
+
Edit: 2633,
|
|
675
|
+
Delete: 2634
|
|
676
|
+
},
|
|
677
|
+
PersonalInfo: {
|
|
678
|
+
View: 5721,
|
|
679
|
+
Add: 5722,
|
|
680
|
+
Edit: 5723,
|
|
681
|
+
Delete: 5724
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
Profile: {
|
|
685
|
+
View: 2641,
|
|
686
|
+
Add: 2642,
|
|
687
|
+
Edit: 2643,
|
|
688
|
+
Delete: 2644
|
|
689
|
+
},
|
|
690
|
+
Contacts: {
|
|
691
|
+
View: 2651,
|
|
692
|
+
Add: 2652,
|
|
693
|
+
Edit: 2653,
|
|
694
|
+
Delete: 2654
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
Others: {
|
|
698
|
+
Personal: {
|
|
699
|
+
Dob: {
|
|
700
|
+
View: 2711,
|
|
701
|
+
Add: 2712,
|
|
702
|
+
Edit: 2713,
|
|
703
|
+
Delete: 2714
|
|
704
|
+
},
|
|
705
|
+
Ssn: {
|
|
706
|
+
View: 2721,
|
|
707
|
+
Add: 2722,
|
|
708
|
+
Edit: 2723,
|
|
709
|
+
Delete: 2724
|
|
710
|
+
},
|
|
711
|
+
SignatureAndInitials: {
|
|
712
|
+
View: 2731,
|
|
713
|
+
Add: 2732,
|
|
714
|
+
Edit: 2733,
|
|
715
|
+
Delete: 2734
|
|
716
|
+
},
|
|
717
|
+
PersonalInfo: {
|
|
718
|
+
View: 5731,
|
|
719
|
+
Add: 5732,
|
|
720
|
+
Edit: 5733,
|
|
721
|
+
Delete: 5734
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
Profile: {
|
|
725
|
+
View: 2741,
|
|
726
|
+
Add: 2742,
|
|
727
|
+
Edit: 2743,
|
|
728
|
+
Delete: 2744
|
|
729
|
+
},
|
|
730
|
+
Contacts: {
|
|
731
|
+
View: 2751,
|
|
732
|
+
Add: 2752,
|
|
733
|
+
Edit: 2753,
|
|
734
|
+
Delete: 2754
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
Directory: {
|
|
738
|
+
View: 2781,
|
|
739
|
+
Add: 2782,
|
|
740
|
+
Edit: 2783,
|
|
741
|
+
Delete: 2784
|
|
742
|
+
},
|
|
743
|
+
Access: {
|
|
744
|
+
View: 5911,
|
|
745
|
+
Add: 5912,
|
|
746
|
+
Edit: 5913,
|
|
747
|
+
Delete: 5914
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
Tasks: {
|
|
751
|
+
Assigned: {
|
|
752
|
+
View: 2811,
|
|
753
|
+
Add: 2812,
|
|
754
|
+
Edit: 2813,
|
|
755
|
+
Delete: 2814
|
|
756
|
+
},
|
|
757
|
+
Library: {
|
|
758
|
+
View: 2831,
|
|
759
|
+
Add: 2832,
|
|
760
|
+
Edit: 2833,
|
|
761
|
+
Delete: 2834
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
MediaLibrary: {
|
|
765
|
+
View: 2821,
|
|
766
|
+
Add: 2822,
|
|
767
|
+
Edit: 2823,
|
|
768
|
+
Delete: 2824
|
|
769
|
+
},
|
|
770
|
+
Resources: {
|
|
771
|
+
Resources: {
|
|
772
|
+
View: 2851,
|
|
773
|
+
Add: 2852,
|
|
774
|
+
Edit: 2853,
|
|
775
|
+
Delete: 2854
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
Student: {
|
|
780
|
+
Academics: {
|
|
781
|
+
Externship: {
|
|
782
|
+
View: 5011,
|
|
783
|
+
Add: 5012,
|
|
784
|
+
Edit: 5013,
|
|
785
|
+
Delete: 5014
|
|
786
|
+
},
|
|
787
|
+
Practical: {
|
|
788
|
+
View: 5021,
|
|
789
|
+
Add: 5022,
|
|
790
|
+
Edit: 5023,
|
|
791
|
+
Delete: 5024
|
|
792
|
+
},
|
|
793
|
+
Workspace: {
|
|
794
|
+
View: 5031,
|
|
795
|
+
Add: 5032,
|
|
796
|
+
Edit: 5033,
|
|
797
|
+
Delete: 5034
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
Admissions: {
|
|
801
|
+
View: 5041,
|
|
802
|
+
Add: 5042,
|
|
803
|
+
Edit: 5043,
|
|
804
|
+
Delete: 5044
|
|
805
|
+
},
|
|
806
|
+
FinancialAid: {
|
|
807
|
+
View: 5051,
|
|
808
|
+
Add: 5052,
|
|
809
|
+
Edit: 5053,
|
|
810
|
+
Delete: 5054
|
|
811
|
+
},
|
|
812
|
+
CareerServices: {
|
|
813
|
+
View: 5061,
|
|
814
|
+
Add: 5062,
|
|
815
|
+
Edit: 5063,
|
|
816
|
+
Delete: 5064
|
|
817
|
+
},
|
|
818
|
+
StudentAccount: {
|
|
819
|
+
StudentAccount: {
|
|
820
|
+
View: 5111,
|
|
821
|
+
Add: 5112,
|
|
822
|
+
Edit: 5113,
|
|
823
|
+
Delete: 5114
|
|
824
|
+
},
|
|
825
|
+
Workspace: {
|
|
826
|
+
View: 5121,
|
|
827
|
+
Add: 5122,
|
|
828
|
+
Edit: 5123,
|
|
829
|
+
Delete: 5124
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
StudentServicesAndAffairs: {
|
|
833
|
+
StudentServices: {
|
|
834
|
+
View: 5151,
|
|
835
|
+
Add: 5152,
|
|
836
|
+
Edit: 5153,
|
|
837
|
+
Delete: 5154
|
|
838
|
+
},
|
|
839
|
+
AcademicAdvising: {
|
|
840
|
+
View: 5161,
|
|
841
|
+
Add: 5162,
|
|
842
|
+
Edit: 5163,
|
|
843
|
+
Delete: 5164
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
Tasks: {
|
|
847
|
+
View: 5211,
|
|
848
|
+
Add: 5212,
|
|
849
|
+
Edit: 5213,
|
|
850
|
+
Delete: 5214
|
|
851
|
+
},
|
|
852
|
+
Users: {
|
|
853
|
+
Personal: {
|
|
854
|
+
Dob: {
|
|
855
|
+
View: 5251,
|
|
856
|
+
Add: 5252,
|
|
857
|
+
Edit: 5253,
|
|
858
|
+
Delete: 5254
|
|
859
|
+
},
|
|
860
|
+
Ssn: {
|
|
861
|
+
View: 5261,
|
|
862
|
+
Add: 5262,
|
|
863
|
+
Edit: 5263,
|
|
864
|
+
Delete: 5264
|
|
865
|
+
},
|
|
866
|
+
SignatureAndInitials: {
|
|
867
|
+
View: 5271,
|
|
868
|
+
Add: 5272,
|
|
869
|
+
Edit: 5273,
|
|
870
|
+
Delete: 5274
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
Profile: {
|
|
874
|
+
View: 5281,
|
|
875
|
+
Add: 5282,
|
|
876
|
+
Edit: 5283,
|
|
877
|
+
Delete: 5284
|
|
878
|
+
},
|
|
879
|
+
Contacts: {
|
|
880
|
+
View: 5291,
|
|
881
|
+
Add: 5292,
|
|
882
|
+
Edit: 5293,
|
|
883
|
+
Delete: 5294
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
MediaLibrary: {
|
|
887
|
+
View: 5611,
|
|
888
|
+
Add: 5612,
|
|
889
|
+
Edit: 5613,
|
|
890
|
+
Delete: 5614
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
Others: {
|
|
894
|
+
Academics: {
|
|
895
|
+
Externship: {
|
|
896
|
+
View: 5311,
|
|
897
|
+
Add: 5312,
|
|
898
|
+
Edit: 5313,
|
|
899
|
+
Delete: 5314
|
|
900
|
+
},
|
|
901
|
+
Practical: {
|
|
902
|
+
View: 5321,
|
|
903
|
+
Add: 5322,
|
|
904
|
+
Edit: 5323,
|
|
905
|
+
Delete: 5324
|
|
906
|
+
},
|
|
907
|
+
Workspace: {
|
|
908
|
+
View: 5331,
|
|
909
|
+
Add: 5332,
|
|
910
|
+
Edit: 5333,
|
|
911
|
+
Delete: 5334
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
Admissions: {
|
|
915
|
+
View: 5351,
|
|
916
|
+
Add: 5352,
|
|
917
|
+
Edit: 5353,
|
|
918
|
+
Delete: 5354
|
|
919
|
+
},
|
|
920
|
+
FinancialAid: {
|
|
921
|
+
View: 5381,
|
|
922
|
+
Add: 5382,
|
|
923
|
+
Edit: 5383,
|
|
924
|
+
Delete: 5384
|
|
925
|
+
},
|
|
926
|
+
CareerServices: {
|
|
927
|
+
View: 5391,
|
|
928
|
+
Add: 5392,
|
|
929
|
+
Edit: 5393,
|
|
930
|
+
Delete: 5394
|
|
931
|
+
},
|
|
932
|
+
StudentAccount: {
|
|
933
|
+
StudentAccount: {
|
|
934
|
+
View: 5411,
|
|
935
|
+
Add: 5412,
|
|
936
|
+
Edit: 5413,
|
|
937
|
+
Delete: 5414
|
|
938
|
+
},
|
|
939
|
+
Workspace: {
|
|
940
|
+
View: 5421,
|
|
941
|
+
Add: 5422,
|
|
942
|
+
Edit: 5423,
|
|
943
|
+
Delete: 5424
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
StudentServicesAndAffairs: {
|
|
947
|
+
StudentServices: {
|
|
948
|
+
View: 5431,
|
|
949
|
+
Add: 5432,
|
|
950
|
+
Edit: 5433,
|
|
951
|
+
Delete: 5434
|
|
952
|
+
},
|
|
953
|
+
AcademicAdvising: {
|
|
954
|
+
View: 5441,
|
|
955
|
+
Add: 5442,
|
|
956
|
+
Edit: 5443,
|
|
957
|
+
Delete: 5444
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
Tasks: {
|
|
961
|
+
View: 5511,
|
|
962
|
+
Add: 5512,
|
|
963
|
+
Edit: 5513,
|
|
964
|
+
Delete: 5514
|
|
965
|
+
},
|
|
966
|
+
Users: {
|
|
967
|
+
Personal: {
|
|
968
|
+
Dob: {
|
|
969
|
+
View: 5551,
|
|
970
|
+
Add: 5552,
|
|
971
|
+
Edit: 5553,
|
|
972
|
+
Delete: 5554
|
|
973
|
+
},
|
|
974
|
+
Ssn: {
|
|
975
|
+
View: 5561,
|
|
976
|
+
Add: 5562,
|
|
977
|
+
Edit: 5563,
|
|
978
|
+
Delete: 5564
|
|
979
|
+
},
|
|
980
|
+
SignatureAndInitials: {
|
|
981
|
+
View: 5571,
|
|
982
|
+
Add: 5572,
|
|
983
|
+
Edit: 5573,
|
|
984
|
+
Delete: 5574
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
Profile: {
|
|
988
|
+
View: 5581,
|
|
989
|
+
Add: 5582,
|
|
990
|
+
Edit: 5583,
|
|
991
|
+
Delete: 5584
|
|
992
|
+
},
|
|
993
|
+
Contacts: {
|
|
994
|
+
View: 5591,
|
|
995
|
+
Add: 5592,
|
|
996
|
+
Edit: 5593,
|
|
997
|
+
Delete: 5594
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
MediaLibrary: {
|
|
1001
|
+
View: 5621,
|
|
1002
|
+
Add: 5622,
|
|
1003
|
+
Edit: 5623,
|
|
1004
|
+
Delete: 5624
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
};
|