Martin Auswöger

Results 436 comments of Martin Auswöger

Moving the hook would be a BC break because it might not be expected that the hook is called for every form. We would have to add an additional hook...

You should probably use the existing hooks for getContentElement and getFrontendModule instead and check there if the element is a form.

So, creating symlinks via the maintenance section did not work, but running Composer (via the Contao Manager) did work? Can you reproduce this behavior with new folders where you activate...

I was not able to reproduce that, can you post the HTML source code of the `` element that gets output in the frontend?

Can you please check the system log after you create a new public folder. Does it say something like “Regenerated the symlinks” or “The symlinks could not be regenerated”

I think I know what’s going on. If the symlinks are regenerated from the backend, the configured `%contao.web_dir%` does not get passed to the command in https://github.com/contao/contao/blob/49dab323cda78066fcd754f3475eb089f43466e6/core-bundle/contao/library/Contao/Automator.php#L369 but in the...

Now the widgets get rendered after the submit, so errors can now be properly set on the widgets themself.

> On a side note regarding editAll, maybe we could dynamically map the field names from the exception to the current ones in the loop? 👍 > Also, `propertyPath` seems...

> > In the data container, the items of a palette seem to be called “boxes”, so how about `boxNames`? > > I think boxes is group of fields in...

I was able to fix the second problem: #5329 @baumannsven please open a new ticket for the first problem