Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class PortletInstanceImportService {
@Value("${meeds.portlets.import.override:false}")
private boolean forceReimport;

@Value("${meeds.portlets.import.version:4}")
@Value("${meeds.portlets.import.version:5}")
private long portletInstanceImportVersion;

@PostConstruct
Expand Down
19 changes: 19 additions & 0 deletions layout-service/src/main/resources/portlet-instances.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,25 @@
"*:/platform/administrators"
],
"system":true
},
{
"nameId":"ParentSpaceListing",
"categoryNameId":"spaceTools",
"portletName":"ParentSpaceListing",
"names":{
"en":"layout.portletInstance.ParentSpaceListing.name"
},
"descriptions":{
"en":"layout.portletInstance.ParentSpaceListing.description"
},
"illustrationPath":"war:/../images/portlets/parentSpaceListing.webp",
"preferences":[

],
"permissions":[
"*:/platform/administrators"
],
"system":true
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ layout.portletInstance.ForgotPassword.name=Password Renewal Form
layout.portletInstance.ForgotPassword.description=Form when users forgot their password
layout.portletInstance.RegisterForm.name=Registration Form
layout.portletInstance.RegisterForm.description=Suggested form for users willing to signing up
layout.portletInstance.ParentSpaceListing.name=Parent Space Listing
layout.portletInstance.ParentSpaceListing.description=Display the parent space if a subspace

layout.portletInstance.category.all.name=All
layout.portletInstance.category.others.name=Others
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.