Task #56994
closed
Epic #55070: Workpackages
Epic #54851: WP: Workspaces IRRE & MM bugfixes
Story #54853: As a user I want to correctly create, modify, preview and publish IRRE & MM related workspace changes
Task #56376: Invalid relations of IRRE records in workspaces
Introduce shadowColumnsForMovePlaceholders property
Added by Oliver Hader over 10 years ago.
Updated about 6 years ago.
Description
$TCA[<table>]['ctrl']['shadowColumnsForMovePlaceholders'] behaves similar to shadowColumnsForNewPlaceholders but is only used for move placeholders.
- Status changed from New to Under Review
- Status changed from Under Review to Needs Feedback
Why do we need another config option for move placeholders? What's the difference to new placeholders in this context?
Available changes for move placeholder:
Thorsten Kahler wrote:
Why do we need another config option for move placeholders? What's the difference to new placeholders in this context?
The difference is "it is used for move placeholders" only... as written...
The reason for that is the way move-placeholders are overlaid in the frontend.
See https://review.typo3.org/#/c/27774/ and the accordant CSV tests on sorting/moving things...
Timo Webler wrote:
Available changes for move placeholder:
For IRRE that's not enough - the action happens in DataHandlerHook::moveRecord
- DataHandler::versionizeRecord (creates version and the new placeholder)
- DataHanderHook::moveRecord_wsPlaceholders (creates move placeholder after everything was processed and remapped (remapStack))
I've applied your patch locally and disable the new movePlaceHolder property - the TravisCI test fail
- Status changed from Needs Feedback to Under Review
Gerrit Code Review wrote:
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28473
This change combines the new property for "move" with the old property for "new" as a fallback...
Thus, one can decide whether to override/disable on demand.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF