Matic Šulc

Results 14 comments of Matic Šulc

https://issuetracker.google.com/issues/229013699?pli=1 probably linked to this.

Any updates on this? I'd love to keep the source intact, although the @darkons's fix works like a charm.

I've been looking at this issue, for now I've just ended up restructuring our data. Any solution would be greatly appreciated, I'm not sure how this is not a wider...

Thanks @musiwei - it works as intended, although I can't get my one to many relationships to show in the table. By doing `key: 'owner'` it shows the full JSON....

Basically, I have a "Ticket", that can have an "Owner". The owner has props like name, address ... ```php $ownerSearch = AllowedFilter::callback('owner_name', static function ($query, $value) { $query->where(function ($query) use...

@musiwei By simply doing owner_name inside the column key, I'd expect the data to get extracted - not that I have to create a slot and extract it myself.

Regarding the system setting `proxy_auth_type`, I have not found how to use NTLM authentication type - so I didn't include it in this PR.

> Thank you for your contribution! Before your pull request can be reviewed, please [sign the MODX Contributor License Agreement (CLA)](https://modx.com/community/contribute/cla/). This is to ensure MODX has your written permission...

Possibly related to #16468? Try updating your PHP to 8.x.

There's a solution in the issue I linked: https://github.com/modxcms/revolution/issues/16468#issuecomment-1708335830