Bug #46883
Custom identifiers are not working anymore
100%
Description
https://review.typo3.org/#/c/18954/ introduced a regression that prevents entities with custom identifier columns to be working correctly.
The actual issue is probably, that the "PersistenceMagicAspect" introduces the "Persistence_Object_Identifier" even if the entity contains a custom identifier. By checking for that property first, PersistenceManager::getIdentifierByObject() will always return a UUID regardless of the actual identifier – breaking links and such.
Related issues
Updated by Bastian Waidelich almost 8 years ago
- Subject changed from custom identifiers are not working anymore to Custom identifiers are not working anymore
Updated by Bastian Waidelich almost 8 years ago
- Status changed from New to Accepted
- Assignee set to Bastian Waidelich
Updated by Gerrit Code Review almost 8 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/19532
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19532
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19532
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19532
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19532
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19559
Updated by Bastian Waidelich almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 20270da59e12142d4a4e9282bfe779505a9998a5.