Actions
Feature #97257
openEpic #98292: [UX] - Keep a fresh look and feel
Improve user experience when adding a new page via drag and drop in page tree
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2022-03-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
UX
Complexity:
Sprint Focus:
Description
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.
Acceptance Test¶
- I am logged in, as an editor
- I am on page uid 123 in page tree
- 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
Current behavior¶
The new page uid 456 has been created, but 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.
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
Technical remarks¶
The behaviour should be configurable via PageTs.
Actions