Fix regression in AutohrizationInterceptor

This commit is contained in:
James 2016-10-26 21:55:08 -04:00
parent f5bec16cb4
commit e7e0bf8d54
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class RuleImplOp extends BaseRule implements IAuthRule {
break;
case SEARCH_SYSTEM:
case SEARCH_TYPE:
case HISTORY_INSTANCE:
case HISTORY_SYSTEM:
return new Verdict(PolicyEnum.ALLOW, this);
default:
return null;