Martin Auswöger
Martin Auswöger
> I tried to force the issue in Contao 5 with something like this: You also need to make the native `$_SESSION` non-empty in order to trigger it, e.g. like...
We could probably use `(new MockGenerator)->testDouble(…)` directly? > but then these doubled types would no longer be tracked in the original test case object. Do they need to be tracked?...
This PR is on pause for now, we try to implement the variant without slots first: https://github.com/contao/contao/pull/6521
How about we instead directly show a checkboxwizard with all user/usergroups at the end of the edit page of the “thing” and update the user/usergroup tables in a `save_callback`? This...
> After debugging, this happens most likely within these lines: what do you mean by that?
> $tags is actually an array that looks like this: No, it looks like `['', 'page::pageTitle', '']` _(the middle part without `{{` and `}}`)_ But anyway, this is not related...
Should this work for backend users too? Or would this be a separate pull request?
> 2\. The authenticator will connect to an _existing_ Contao user, if an email address is provided and that email address is found in Contao. This would mean I could...
> Instead of a pencil it should probably be something that visually resembles "content". Agree, maybe three lines that symbolize text?
> Since we are adding more defaults for "page speed" optimisation, shouldn't we also add things like +1 for the `AddType`s. But the `ExpiresByType` are too broad (and opinionated) IMO....