-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to insert Navigation in a designated index by conf - MEED…
…-7693 - Meeds-io/MIPs#165 This change will allow to insert a node navigation into a designated existing navigation. This will allow to extend an existing navigation by extension mechanism instead of redefining the whole navigation.xml file.
- Loading branch information
Showing
32 changed files
with
1,042 additions
and
727 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,9 @@ | |
import org.exoplatform.portal.mop.navigation.NodeState; | ||
import org.exoplatform.portal.mop.page.PageKey; | ||
|
||
import lombok.Getter; | ||
import lombok.Setter; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">Peter Palaga</a> | ||
* | ||
|
@@ -60,6 +63,10 @@ public class PageNode extends PageNodeContainer { | |
/** . */ | ||
private long updatedDate; | ||
|
||
@Getter | ||
@Setter | ||
private int order = -1; | ||
|
||
public I18NString getLabels() { | ||
return labels; | ||
} | ||
|
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
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
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
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
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
Oops, something went wrong.