Alexander Menk

Results 587 comments of Alexander Menk

Shouldn't be the date display consistent, regardless of the time zone?

@MMauro94 yes, My timezone config is default (probably UTC), while yours is Europe/Rome I think the date should just be stored in the database as date-only field without any time,...

What would be your use case and how would you test that? I guess you have a SSO-proxy and want to allow only requests from that one? Not sure if...

Even with the Fix, we still see some definers (we are using smilesa/gdpr-dump) ``` CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `view_abrechnung_letzter_monat` ``` with skip-definer: true This happens only for...

I don't think this is an example that both pagers interact that much. It just means, that in case you navigate in the second pager, the configuration is reset in...

See also #49 - we solved the problem with the pager like written there, but still have the same problem with the sorting functionality.

Problem is here: https://github.com/Nayjest/Grids/blob/95985f387657eccef69112b37c10585c5b7ef176/src/GridInputProcessor.php#L189