neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

TASK: Refactor controller to not use static fusion path

Open daniellienert opened this issue 3 years ago • 1 comments

The fusion path is now dynamically determined by controller / action This enables additional actions with separate templates for that controller.

daniellienert avatar Jul 05 '21 15:07 daniellienert

Probably also a rebase is needed here to make e2e tests work again.

Sebobo avatar Jul 29 '21 08:07 Sebobo

Also rebased this change and make it work with the latest state.

markusguenther avatar Dec 28 '23 17:12 markusguenther

Im not super sure that the fusion contents are 1 to 1 the same ... aaand we have to remember when upmerging to use the new 9.0 configuration

mhsdesign avatar Jan 08 '24 12:01 mhsdesign

@mhsdesign:

so instead i would propose to incorporate this cleanup into the mentioned pr or wait for it to be merged and target 9.0

I'd be fine with targetting 9.0, but I would propose to merge this PR first. Then I can rebase https://github.com/neos/neos-ui/pull/3682 on 9.0 and incorporate the change accordingly.

grebaldi avatar Jan 15 '24 12:01 grebaldi

I would propose to merge this PR first

i only agree with this part ;) So i rebased it onto your pr and this pr targets now feature/multi-app/01-foundation its wayyy easier this way imo ^^

If you agree @grebaldi please just hit the merge button - as https://github.com/neos/neos-ui/pull/3682 is your pr ^^

mhsdesign avatar Jan 15 '24 14:01 mhsdesign