- 29 Sep, 2020 3 commits
-
-
Benni Mack authored
Change-Id: I1f8d01e6bf80670210155eaa168a392861fb0b52 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65957 Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
As the linebreak is transformed into a br-tag, it must be removed from the xlf file. Resolves: #92438 Releases: master, 10.4 Change-Id: I0d22d116671081cc8973f458faa90ab697725a7c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65972 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
EXT:form, the last system extension not using FluidEmail was extended for the corresponing integration. To allow extension authors to smoothly test and upgrade, the old StandaloneView functionality remains for now. As there is no change to the present behaviour the switch can be done without further actions required - if using the default templates currently. To migrate custom templates to FluidEmail, the template files must be changed from the {@format}.html syntax to appropriate names with the correct format extension like `.html` and `.txt`. Furthermore the `templateName` option must be set with the new name. Two fields are introduced to configure FluidEmail in the finishers: - `useFluidEmail`: Enables sending the mails via FluidEmail - `title`: Used for the title section of the default template Resolves: #90728 Releases: master, 10.4 Change-Id: I378b733554ba734ad4eb6dff60e1da48ca03c972 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65901 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 28 Sep, 2020 4 commits
-
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92169 Releases: master, 10.4 Change-Id: Id15bec5732e08aa3891759e1a92e7ac6a2e295f1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65933 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92168 Releases: master, 10.4 Change-Id: I79c4576e570e175b770e8ee2929b835a4a0fa55a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65932 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92259 Change-Id: I55ca9df860afeb95571e6372a006799c29817576 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65871 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92172 Releases: master, 10.4 Change-Id: I9c01e01e6d085acc5e9399ba307b082436bb34b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65919 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org>
-
- 27 Sep, 2020 9 commits
-
-
Benni Mack authored
When a moved content is copied onto another page, the sorting is off due to not respecting move placeholders. This is due to a limitation in PlainDataResolver which cannot handle both liveIds and move placeholder IDs at the same time. For this to work, only the move placeholders are added, and the respective live ids are kept. The tests show that the previous behavior is wrong, as the ordering should be - Regular Element 2 - Regular Element 1 - Regular Element 3 on the newly created draft page 91. Resolves: #92416 Releases: master, 10.4 Change-Id: I979a183d80517ab579b3889dfb672c16e396b551 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65858 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92162 Releases: master, 10.4 Change-Id: I5b5282da18eed92d982741a483e9634ea1862e14 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65870 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92170 Releases: master, 10.4 Change-Id: Ifdb8283844b1133224619447c4477a33186ca161 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65869 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92161 Resolves: #92164 Resolves: #92175 Resolves: #92176 Resolves: #92177 Resolves: #92178 Change-Id: I420ea01ba1d277f9a9147d076bc58a13175c8afb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65868 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92166 Releases: master, 10.4 Change-Id: I64fed9c30a37855cce3e34295860b47ea79be698 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65867 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92163 Releases: master, 10.4 Change-Id: I4bd53ac85bbdcddfe4867b705068cbfa1d07ace0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65918 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92165 Releases: master, 10.4 Change-Id: I1d6cfbbeb233922d1021a853087261ff91abb8be Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65866 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Daniel Goerz authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92174 Releases: master, 10.4 Change-Id: I1a5421b844c36796dca1336c453ff0333295c320 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65865 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92173 Change-Id: I7cfd566e0dbaf0b7f2d48664a4451b8892b2aa1c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65917 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 26 Sep, 2020 7 commits
-
-
If a sys_language record is properly filled with the language information, the site language record can be filled as well. Setting the typo3Language by default with the correct languages makes it easier to setup languages. Resolves: #92422 Releases: master, 10.4 Change-Id: I3c9e2322cd0aa3963ede36586cc97babe0f003a8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65860 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Since all level 2 rules are active and only level 2 parameters are set to different values compared to their originally declared value, the whole file can be removed, the overall phpstan level can be raised to 2 and the parameters can be defined in the main phpstan file. Releases: master, 10.4 Resolves: #92424 Change-Id: I8404f5f2f4ff318bb3419ed307b1ffe7edcc6822 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65864 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch ensures, that the plugin content element only calls the f:cObject viewHelper, when a plugin is selected in the list of available plugins. Resolves: #92413 Releases: master, 10.4, 9.5 Change-Id: I0fc8de43d5f72b6e113a00ed224c888da1981737 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65862 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92281 Change-Id: I20d4fb256f1a8d8c91ec4a4430303d2462fea967 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65861 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92109 Change-Id: I475507b4b075c1de5cedd82875e49aefe1a42a79 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65829 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Improve the usability of the site language configuration by providing the ID of the sys_language record. Resolves: #92417 Releases: master, 10.4 Change-Id: I81ca46de80628ec93cf834f921f858260f53c82a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65859 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch updates all packages within their constraint boundaries, unless affected packages are sub-dependencies. The command `yarn upgrade` is used to update all packages. To make clear which direct dependencies have been updated, the version constraints in package.json have been raised. Resolves: #92419 Releases: master, 10.4, 9.5 Change-Id: I66a32b1a216a82ca639a1b6a7e705fa62b4f1335 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65898 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 25 Sep, 2020 9 commits
-
-
Andreas Fernandez authored
Executed commands: yarn add ckeditor-wordcount-plugin@^1.17.6 grunt build Resolves: #92420 Releases: master, 10.4, 9.5 Change-Id: I82bfead7265a70afdec0b3f2e331afb2b3c2ef70 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65895 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch upgrades TypeScript to version 4.0.3 and its related eslint tools. Executed commands: yarn add --dev @typescript-eslint/eslint-plugin@^4.2.0 \ @typescript-eslint/parser@^4.2.0 \ @typescript-eslint/typescript-estree@^4.2.0 \ terser@^5.3.2 \ typescript@~4.0.3 grunt build Resolves: #92421 Releases: master, 10.4 Change-Id: I308e378869be56f197e043c3a7140d3edde4f97a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65894 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
Executed command: yarn add codemirror@^5.58.1 Resolves: #92414 Releases: master, 10.4, 9.5 Change-Id: I161d156f599ce19b4f3e6d8e4cb2814fde999c3d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65884 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch upgrades Grunt to version 1.3 which also updates 3rd party dependencies and solves 5 issues detected by `yarn audit`. Executed command: yarn add --dev grunt@~1.3.0 Resolves: #92410 Releases: master, 10.4 Change-Id: I63cb4f272190a3f213ac60b36682fe185aa5f2de Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65881 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
Executed commands: cd Build yarn add ckeditor4@^4.15.0 yarn build Resolves: #92412 Releases: master, 10.4, 9.5 Change-Id: Ic8784894a9fbfdc98656e5fb4875bfcc9b0443c6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65879 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92265 Change-Id: I0c53064dc7b719ea266d54a169e2c16c924d1060 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65857 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Daniel Goerz authored
Resolves: #92404 Releases: master, 10.4 Change-Id: Ia5e52c54b888e131386f4bd21d6819266ad2cd46 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65850 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65874 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Used commands: - composer require phpstan/phpstan:^0.12.44 --dev - composer require friendsoftypo3/phpstan-typo3:^0.5.0 --dev Releases: master, 10.4 Resolves: #92405 Change-Id: Ifbab907e5e225f1f7a5edef0a2b82999c9c3a555 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65872 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
When a workspace preview is given, previously a URL to "index.php" was set, which is not needed anymore. Instead, the logout link for workspace preview links should link to the current URL but only with ADMCMD_prev=LOGOUT. The patch changes the implementation to use UriInterface instead of string magic. Resolves: #92398 Releases: master, 10.4 Change-Id: I3fffe5e43689b41c6f0423c53459e39e230e6278 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65856 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 24 Sep, 2020 1 commit
-
-
With #82489 a condition, introduced in #71918, was changed as it misused the `['appearance']['enabledControls']['new']` property to hide the newRecordLink button while actually only the "new" button of inline records controls should be hidden. To provide the possibility to hide the newRecordLink, independent of the controls, a new property `showNewRecordLink` was introduced. This new property is however superfluous as the newRecordLink button can already be hidden by setting `['appearance']['levelLinksPosition']` to `none`. Therefore the newly introduced `showNewRecordLink` property along with the condition is removed and the RST is updated and moved to the correct directory. Resolves: #92397 Relates: #82489 Releases: master, 10.4 Change-Id: I49cf98c98a9df125f4fbf1737ccdacbf915fb683 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65855 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 23 Sep, 2020 7 commits
-
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92271 Change-Id: Ia8ba882db3129ad42785d5d39b49a31d2f81b27b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65854 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
This patch adds "Create new content and localize it" tests. This change adds tests to show that newly created records contain their proper l10n_parent fields when publishing the default language without publishing translated records. Resolves: #92393 Releases: master, 10.4 Change-Id: If608103b1c698774a6604902fbf1600ce6df0a79 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65853 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Dealing with workspace-discard, where rows are always fully dropped in DB, the expensive reference index operation does not need to be performed at all. It can be substituted with straight db-delete calls for affected sys_refindex rows. Change-Id: Iaa61ef2345c63394fa3286cc9d5dabc5b1a4bb55 Resolves: #92392 Releases: master, 10.4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65852 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Since #83461 the name of the field is rendered next to the label for administrator users if debug mode is enabled. Now also the name of flexform fields is rendered. Resolves: #92283 Releases: master, 10.4 Change-Id: I90f7452808f08f5cbf77713f3416a4a1c02b1e6c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65831 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92278 Change-Id: I242553c64f934fbce2dc7762c4fcce4d01b5a0c9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65830 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92270 Change-Id: I5e0ec227a6dd382d13fa69b06515621d8efc596a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65824 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
When a moved content element in a workspace got copied (or the whole page that the content element is put), then the content element is added twice to the target page. This patch skips moved placeholders completely. Resolves: #92388 Releases: master, 10.4 Change-Id: I8c1b4631627eef80b1740c77b63e541d36ab5f53 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65828 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-