NIHVIVO-2955 oversight in the web.xml, wrong package name for RestrictHomeMenuItemEditingPolicy
This commit is contained in:
parent
a9472255a7
commit
36a9dc22e6
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
</listener>
|
||||
|
||||
<listener>
|
||||
<listener-class> edu.cornell.mannlib.vivo.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup</listener-class>
|
||||
<listener-class> edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- The Solr index uses a "public" filter, so the PropertyRestrictionPolicyHelper must already be set up. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue