Skip to content

Commit c20363f

Browse files
authored
Merge pull request #793 from mgage/update_version_configs_for_2.13
Add template statements for overriding permission levels for PG info …
2 parents f0b2a36 + fa3af55 commit c20363f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

conf/localOverrides.conf.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,14 @@ $showeditors{simplepgeditor} = 0;
428428
$options{setDefSearchDepth}=4; #search down 4 levels
429429
$options{useOPLdefFiles}=1;
430430

431+
################################################################################
432+
# Permission overrides (e.g. "admin", "professor", "ta", "student", "guest"
433+
################################################################################
434+
435+
# $permissionLevels{show_resource_info} = "admin";
436+
# $permissionLevels{show_pg_info_checkbox} = "admin";
437+
# $permissionLevels{show_answer_hash_info_checkbox} = "admin";
438+
# $permissionLevels{show_answer_group_info_checkbox} = "admin";
439+
440+
# $permissionLevels{modify_tags} = "undef";
431441
1; #final line of the file to reassure perl that it was read properly.

0 commit comments

Comments
 (0)