Skip to content
Snippets Groups Projects
Commit e9f64f5c authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[TASK] Use new templating strategy in EditDocumentController

Apply the new templating strategy to EditDocumentController
(FormEngine record editing) by adding a first template and
refactoring the class a bit. EditDocumentController is
still a complex beast, the patch is quite conservative
and cleans up only relatively obvious parts.

Resolves: #96787
Related: #96730
Releases: main
Change-Id: I30e340276a5687d96f04b11a567444272ec1d96c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73357


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 8568d785
Branches
Tags
No related merge requests found
......@@ -60,11 +60,6 @@ parameters:
count: 1
path: ../../typo3/sysext/backend/Classes/Controller/EditDocumentController.php
-
message: "#^Variable \\$keys in empty\\(\\) always exists and is not falsy\\.$#"
count: 1
path: ../../typo3/sysext/backend/Classes/Controller/EditDocumentController.php
-
message: "#^If condition is always true\\.$#"
count: 1
......
<html
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:layout name="Module" />
<f:section name="Content">
<f:be.pageRenderer
includeRequireJsModules="{
0: 'TYPO3/CMS/Backend/ContextMenu'
}"
/>
<f:format.raw>{bodyHtml}</f:format.raw>
</f:section>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment