Bug #79912
closedError when trying to edit several properties at once in List Modul in TYPO3 8.6
0%
Description
I've found a bug in Typo3 8.6.0-dev, which already have been fixed in Typo3 7 (Bug #70226)
Uncaught TYPO3 Exception: #1437656456: $uid must be positive integer, 0 given
InvalidArgumentException thrown in file typo3_src/typo3/sysext/backend/Classes/Form/FormDataProvider/AbstractDatabaseRecordProvider.php in line 42.
the steps to reproduce are the same.
(list-module, multiselection of clipboard, i choosed "hide in menu", mark more than one page, klick the edit-button)
then the error rises
greets
martin
Updated by Georg Ringer almost 8 years ago
- Category set to Backend User Interface
- Status changed from New to Needs Feedback
- Sprint Focus set to Stabilization Sprint
I am testing that on latest master but can't reproduce it.
- List module
- List of pages
- select not in menu
- select some records
- click "edit the hide in menu field of the listed records"
- getting view of field of selected records
can you test that without any extensions, especially the ones heavily changing Be/Ui stuff, e.g. gridelements?
Updated by Martin W. over 7 years ago
After testing with an empty installation on the same server, there is no error reproduceable, so it's an extension of our installation. As a result of deactivating extensions, gridelements caused the error.
Georg Ringer wrote:
I am testing that on latest master but can't reproduce it.
- List module
- List of pages
- select not in menu
- select some records
- click "edit the hide in menu field of the listed records"
- getting view of field of selected records
can you test that without any extensions, especially the ones heavily changing Be/Ui stuff, e.g. gridelements?
Updated by Georg Ringer over 7 years ago
- Status changed from Needs Feedback to Rejected
closed as requested