Actions
Bug #21808
closedsaveDocNew saves on top instead of after
Start date:
2009-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#19224 enabled the saveDocNew button by default
It is very confusing that new entries are created on top of all the records instead of after the current one.
The most common case (and expectation) is to sort them in the order of creation.
Several core-devs were involved in #19224, so I'm curious, weather my solutions is really sufficient:
I'd propose to remove all the changes to SC_alt_doc::getNewIconMode() and only add options.saveDocNew=1 to the default UserTS.
- Setting options.saveDocNew.TABLE = 0 hides entries
- Setting options.saveDocNew.TABLE = top creates new entries as first
Also I can't understand, why Steffen, Dmitry and Ingo agreed that the values "top" and "after" are releated to the old backend and should be removed from documentation.
(issue imported from #M12947)
Files
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_3 rev 6770
trunk rev 6771
Actions