-
Notifications
You must be signed in to change notification settings - Fork 0
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 automatic-translation navigation and pages for administration site - EXO-66546 - Meeds-io/MIPs#88 #43
Conversation
6e8fd92
to
2683179
Compare
3b199c4
to
083d10e
Compare
a18268e
to
927868e
Compare
083d10e
to
5a3eade
Compare
@@ -35,5 +35,37 @@ | |||
</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.
format code
<access-permissions>*:/platform/administrators</access-permissions> | ||
<edit-permission>manager:/platform/administrators</edit-permission> | ||
<show-max-window>false</show-max-window> | ||
<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.
cssClass missing
<container | ||
id="topAnalyticsPage" | ||
template="system:/groovy/portal/webui/container/UIContainer.gtmpl" | ||
cssClass="singlePageApplication border-box-sizing"> |
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.
cssClass="singlePageApplication border-box-sizing"> | |
cssClass="singlePageApplication"> |
</value> | ||
</collection> | ||
</field> | ||
<field name="ownerType"> | ||
<string>group</string> |
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.
<string>group</string> | |
<string>group</string> |
9741c6d
to
bd3cf52
Compare
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.