Bookmark springt jetzt nach dem Erzeugen direkt zu den Basiseigenschaften (Ticket #1743)

git-svn-id: https://svn.libreccm.org/ccm/trunk@2215 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2013-06-17 08:54:25 +00:00
parent b656354910
commit 443db79fae
2 changed files with 15 additions and 14 deletions

View File

@ -54,6 +54,7 @@ public class BookmarkPropertiesStep extends SimpleEditStep {
new WorkflowLockedComponentAccess(editSheet, itemModel),
editSheet.getSaveCancelSection().getCancelButton() );
setDefaultEditKey(EDIT_SHEET_NAME);
setDisplayComponent( getBookmarkPropertySheet( itemModel ) );
}