Allon Moritz
Allon Moritz
How can we help to bring this into the stable release?
You definitely need purgeCSS integration :-)
@dgrammatiko can you shed some light into the change here as for me it looks like invalid JS code when you have something like `&task=category.edit&id=+ document.getElementById("' . $this->id . '_id").value...
Should we not try to avoid multi line PHP statements in layout files? If I remember correctly every PHP code in these layout files should start with `
Either this needs to be split into chunks with propper teating instructions or rebased to 5.0 and merged there early. But I wouldn't merge this in a minor only by...
This is a sligthly different issue than #16413.
Honestly I'm a bit hesitant to modify this field in the base table class where almost every extension inherits from. As this can have some unknown backward compatibility implications, I...
@coolcat-creations the check is done if the table has a field `modified` at all, not if it is visible in the form.
As I said already, do it in the model much earlier in the call chain. This change like in this pr should be considered for 5.0 at earliest.