Bug #21588
closedTCA type suggest not working in record sys_action type "edit records"
100%
Description
- create a new sys_action record (sysext sys_action has to be installed first)
- select the type "Edit records"
- Scroll to the field "Records to edit:" and try to find any record.
- Nothing can be found.
strange is: Switch to any other type of the same record and the suggest is showing results!
can anyone reproduce this?
(issue imported from #M12636)
Updated by Nicole Cordes over 11 years ago
- Status changed from New to Accepted
- Target version deleted (
0) - TYPO3 Version changed from 4.3 to 6.1
- PHP Version deleted (
5.2)
This is due to field configuration. allowed tables are defined as '*' which isn't resolved in proper tables.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20047
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20047
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20047
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20047
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20047
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20487
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20487
Updated by Nicole Cordes over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c0232564774b9d7266d60d1d475191df4322141a.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20487
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20487
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/20510
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/20511
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/20517
Updated by Nicole Cordes over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 45c36fb2856e51655fb9601ee5a47655bc0e032b.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/20520
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/20520
Updated by Nicole Cordes over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset bc76a94281db2ea3293d546b489cd453214b4db1.
Updated by Ernesto Baschny over 11 years ago
The fix was commited but reverted again (after 20 mins) in master for no known reason:
https://git.typo3.org/TYPO3v4/Core.git/commit/b0c3a60
But then the fix was still aplied to previous branches (backported by Nicole). Maybe there is still an issue?
Updated by Nicole Cordes over 11 years ago
Not an issue anymore. Merged with later fixes :-)