Skip to content

Commit

Permalink
feat(core): Add new containers portlet and make old legacy (#26574)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored Oct 30, 2023
1 parent 77d86f3 commit cbeee42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ com.dotcms.repackage.javax.portlet.title.calendar=Calendar
com.dotcms.repackage.javax.portlet.title.categories=Categories
com.dotcms.repackage.javax.portlet.title.configuration=Configuration
com.dotcms.repackage.javax.portlet.title.containers=Containers
com.dotcms.repackage.javax.portlet.title.containers-legacy=Containers (Legacy)
com.dotcms.repackage.javax.portlet.title.content-types-angular=Content Types
com.dotcms.repackage.javax.portlet.title.content-types=Content Types (Legacy)
com.dotcms.repackage.javax.portlet.title.content=Search
Expand Down
6 changes: 6 additions & 0 deletions dotCMS/src/main/webapp/WEB-INF/portlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
<portlet>
<portlet-name>containers</portlet-name>
<display-name>Container Manager</display-name>
<portlet-class>com.dotcms.spring.portlet.PortletController</portlet-class>

</portlet>
<portlet>
<portlet-name>containers-legacy</portlet-name>
<display-name>Container Manager (Legacy)</display-name>
<portlet-class>com.liferay.portlet.StrutsPortlet</portlet-class>
<init-param>
<name>view-action</name>
Expand Down

0 comments on commit cbeee42

Please sign in to comment.