-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Configure ecms navigation and pages for administration site - EXO-66546 - Meeds-io/MIPs#88 #2189
Conversation
276891b
to
22e9c38
Compare
95d0bc3
to
c03813d
Compare
610d6b8
to
dd89f99
Compare
@@ -123,7 +123,39 @@ | |||
</object> | |||
</object-param> | |||
</init-params> | |||
</component-plugin><component-plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</component-plugin><component-plugin> | |
</component-plugin> | |
<component-plugin> |
<label>#{portal.administration.transfert-rules}</label> | ||
<icon>fas fa-exchange-alt</icon> | ||
<page-reference>portal::administration::transferRules</page-reference> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<title>Transfer Rules</title> | ||
<access-permissions>*:/platform/administrators</access-permissions> | ||
<edit-permission>manager:/platform/administrators</edit-permission> | ||
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl"> | |
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl" cssClass="singlePageApplication"> |
<title>Site Explorer</title> | ||
<access-permissions>*:/platform/web-contributors</access-permissions> | ||
<edit-permission>manager:/platform/web-contributors</edit-permission> | ||
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl"> | |
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl" cssClass="singlePageApplication"> |
@@ -25,7 +25,7 @@ | |||
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd http://www.exoplatform.org/xml/ns/kernel_1_2.xsd" | |||
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"> | |||
|
|||
<external-component-plugins> | |||
<external-component-plugins> | |||
<target-component>org.exoplatform.portal.config.UserPortalConfigService</target-component> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format that
aa3d23b
to
3224334
Compare
Your PR triggers too many exo-ci builds! Please finish your work and then, set your PR ready! Thank you |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.