Task #68395
closed
Make CE copy action more flexible
Added by Mathias Schreiber over 9 years ago.
Updated about 7 years ago.
Category:
Backend User Interface
Description
Primer¶
Web -> Page -> Languages
When we have content Elements in the default language a Button called "Copy default content elements (#)" shows up.
This button copies all content elements in this column and sets their `l18n_parent` to the uid of the CE being copied from.
Pro's and Con's¶
- Pro
- Easy to use
- keeps l18n_parent intact
- Con
- No way to copy from a different language
- keeps l18n_parent intact, thus no way to simply copy, not copy & reference
Keeping l18n_parent intact has some implications because the editor now works on references, rather on independent content.
In general the current way with referenced translations is fine.
But in order to translate independent content from a language, an editor needs to create all content elements again - resulting in a tedious task.
Proposed behavior¶
The button "copy default content elements (#)" is being replaced with a split button.
The dropdown part of the button contains the following options:
- Translate from default language
- Copy from language `Language name` (per Language that has content elements on this page)
If the latter case of copying from a language the content elements are truly copied, so no reference to a parent language will be set.
This will speed up the process for an editor in case the editor needs independent, translated content.
- Assignee set to Andreas Kienast
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41768
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Using the new copy action means, that the regular overlay handling does not apply (default -> translation) in this case, right?
Thus, the new split button behavior can create translations that have a localization parent (fallback) and those that don't (copied) - these mix-cases leads to the button always being shown...
I'm not sure if I already correctly understood the scope and intention of this change...
- Status changed from Resolved to Closed
Also available in: Atom
PDF