Problem/Motivation
After adding a new taxonomy term from a vocabulary overview page, a user stays on the term add form instead of being redirected to the vocabulary overview page again.
Steps to reproduce
* Add a vocabulary with machine name 'test'
* Go to /admin/structure/taxonomy/manage/test/overview , 'test' is the machine name of the vocabulary
* Click 'Add term'
* Fill in a term name and click 'Save'
Proposed resolution
As per the UX review from @benjifisher (#46), it is good to keep the current flow. At the moment we can take the following approach:
* Keep the term creation flow as it is.
* Introduce new action button "Save and return to list" (Needs inputs on button label)
* On clicking on "Save and return to list", users are redirected to the particular vocabulary overview page after term is saved.
Remaining tasks
* Rewrite patch/tests to take the updated behaviour (#16) into account.* Patch #32 works as proposed, however, we still need an UX review as suggest by comments #16 and #18 and framework manager review as stated by comment #3
* Needs review
User interface changes
For more screenshots, see Comment #53.
Current behavior
With the patch in #47
API changes
N/A
Data model changes
N/A
Release notes snippet
Usability change: After adding a new term to a vocabulary, a user can choose to return to the overview page.