DigiComp.FluidCurrentContro.../Resources/Private/Templates/Tests/Functional/Fixtures/Test/WithLayout.html
Ferdinand Kuhl f75b21a874
Some checks failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/1 Pipeline failed
ci/woodpecker/push/functional-tests/2 Pipeline failed
ci/woodpecker/push/functional-tests/3 Pipeline failed
ci/woodpecker/push/functional-tests/4 Pipeline failed
changing the format of the expression detections to avoid accidently being identified as objectaccessor and adding a test, where that happend with the previous expression
2024-05-30 15:08:53 +02:00

7 lines
248 B
HTML

<f:layout name="Test" />
<f:section name="Content">{#currentController.name}
{#currentController.actionName}
{#currentController.packageKey}
{#currentController.subpackageKey}
{#currentController.objectName}
{#currentController.format}</f:section>