Details
-
New Feature
-
Resolution: Won't Fix
-
Trivial
-
None
-
2.1 Final
-
None
-
not relevant
-
-
Empty show more show less
Description
It would be nice if every paragraph bar displays name of the current paragraph
right next to edit and move buttons
I've done it in a very simple way, just added
b.setLabel(MessagesManager.getMessages(getRequest()).get("buttons.edit")+" "+paragraph);
in the
setButtonEdit(String path, String nodeCollectionName, String nodeName, String paragraph)
method from BarEdit.java
this adds a paragraph type name as an Edit label
it would be nicer if paragraph name is displayed on the bar, not in buttons...
Checklists
Acceptance criteria