Rename method
This commit is contained in:
parent
06c9d3ffc8
commit
7f3da9448d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class User extends BaseTemplateModel {
|
|||
return PolicyHelper.isAuthorizedForActions(vreq, RevisionInfoController.REQUIRED_ACTIONS);
|
||||
}
|
||||
|
||||
public boolean getHasSearchIndexRebuildAccess() {
|
||||
public boolean isAuthorizedToRebuildSearchIndex() {
|
||||
return PolicyHelper.isAuthorizedForActions(vreq, IndexController.REQUIRED_ACTIONS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue