Project

General

Profile

Feature #97257

Updated by Annett Jähnichen over 1 year ago

As an editor, 
 I want to create content elements directly after creating a new page via drag and drop in page tree, 
 that I am not disturbed in my workflow, because I have to click on the new page first. ## Scenario 

 h2. Acceptance Test 

 * I am logged in, as an editor 
 * I am on page uid 123 in page tree 123. 
 * I am adding a new page via the drag and drop functionality (the one above the page tree) 
 * I am setting a page title 
 * the page has been created 
 * the created page is loaded in the content area 
 * I can create new CEs directly  

 h2. Current behavior title. 

 ## Result 

 The new page uid 456 has been created, but the created. The page uid 123 is still displayed.  
 That is as an editor I am remaining on the current page.  
 The content area does not display the newly created page. 

 h2. ## Improvement 

 The page has been created. The created page will be loaded in the content area. As an editor I do not have to click on the page to load the new page in the content area. I can create new CEs directly. 

 ## Additional remarks 

 The current module has to be kept: 

 * PageModule -> Create new page with drag and drop -> Page View of newly created Page 
 * ListModule -> Create new Page with drag and drop -> List view of newly created Page 

 h2. Technical remarks 
 
 The behaviour should be configurable via PageTs.

Back