-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Upgrae Application Registry configuration - MEED-6996 - Meeds-i…
- Loading branch information
Showing
5 changed files
with
43 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
processes-services/src/main/resources/portlet-instances.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"descriptors":[ | ||
{ | ||
"nameId":"Processes", | ||
"categoryNameId":"tools", | ||
"portletName":"Processes", | ||
"names":{ | ||
"en":"layout.portletInstance.Processes.name" | ||
}, | ||
"descriptions":{ | ||
"en":"layout.portletInstance.Processes.description" | ||
}, | ||
"illustrationPath":"war:/../skin/DefaultSkin/portletIcons/Processes.png", | ||
"preferences":[ | ||
|
||
], | ||
"permissions":[ | ||
"*:/platform/administrators" | ||
], | ||
"system":true | ||
} | ||
] | ||
} |
2 changes: 2 additions & 0 deletions
2
processes-webapp/src/main/resources/locale/portlet/LayoutEditor_en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
layout.portletInstance.Processes.name=Processes | ||
layout.portletInstance.Processes.description=Processes Portlet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 0 additions & 83 deletions
83
...sses-webapp/src/main/webapp/WEB-INF/conf/processes/application-registry-configuration.xml
This file was deleted.
Oops, something went wrong.