|
@@ -195,7 +195,9 @@
|
|
|
!(
|
|
|
rolePrivileges.update_exam &&
|
|
|
(scope.row.examType == 'OFFLINE' ||
|
|
|
- scope.row.examType == 'ONLINE')
|
|
|
+ scope.row.examType == 'ONLINE') &&
|
|
|
+ scope.row.specialSettingsEnabled &&
|
|
|
+ scope.row.specialSettingsType == 'ORG_BASED'
|
|
|
)
|
|
|
"
|
|
|
size="mini"
|
|
@@ -212,7 +214,9 @@
|
|
|
!(
|
|
|
rolePrivileges.update_exam &&
|
|
|
(scope.row.examType == 'OFFLINE' ||
|
|
|
- scope.row.examType == 'ONLINE')
|
|
|
+ scope.row.examType == 'ONLINE') &&
|
|
|
+ scope.row.specialSettingsEnabled &&
|
|
|
+ scope.row.specialSettingsType == 'STUDENT_BASED'
|
|
|
)
|
|
|
"
|
|
|
size="mini"
|