converted prperty groups listing to new design, like class groups and class hierarchy
This commit is contained in:
parent
1f1adb31cc
commit
de276020aa
4 changed files with 270 additions and 20 deletions
|
@ -616,11 +616,11 @@
|
|||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>PropertyGroupsListingController</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.edit.listing.PropertyGroupsListingController</servlet-class>
|
||||
<servlet-name>ListPropertyGroupsController</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.freemarker.ListPropertyGroupsController</servlet-class>
|
||||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>PropertyGroupsListingController</servlet-name>
|
||||
<servlet-name>ListPropertyGroupsController</servlet-name>
|
||||
<url-pattern>/listPropertyGroups</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue