Bug #34819
Saving of non existing tags failed
Start date:
2012-03-14
Due date:
% Done:
0%
Estimated time:
Description
Used Versions:
TYPO3: 4.5.12
dam: 1.2.4
In r54777 are some method changes at lib/class.tx_tagpack_api.php:
exec_SELECTgetRows to exec_SELECTgetSingleRow
These changes created a bug.
At the moment it is impossible to save a new tag from edit a dam record:
Media -> List -> Edit Record -> Tab: Tags -> Search a non existing Tag -> Enter -> Save Record
The non existing tag disapear and wouldn´t be saves into database.
I fixed this bug, see the attachment.
Files
Updated by Andreas Kiessling over 8 years ago
I can confirm the bug and the patch seems to fix this.
Thanks a lot for investigating!