Arvis Lācis
Arvis Lācis
In `fields.yaml`: ``` fields: content: label: Content type: datatable columns: field1: title: Code field2: title: Title field3: title: Title ```  ^ I made this just for testing purposes and...
@Trysystems True but why can't you simply use `content` or `table` as the field name of datable field so you could avoid using nested name in the first place? In...
I can confirm that this issue exists and maybe we also need to check if this problem isn't much bigger - because it looks like when soft deleting main model...
If you are using almost the same elements for ~20 websites then maybe it's better to group them under your own plugin which could have it's own partials and components...,...
Can confirm this also on Brave browser Linux - Version 1.42.97 Chromium: 104.0.5112.102 (Official Build) (64-bit) Of course this is only a minor issue and in standart cases users probably...
Yes, I agree...
@LukeTowers I may try to implement some tests in test plugin although, IMHO, this issue would need back-end related/automated tests more than UI ones... Overall the problem is that existing...
A step-to-step guide how to reproduce this: 1. Go to the Settings -> Administrators; 2. Create new user (`testuser` etc.) and add it to group, for example, "Owners" group; ...
@mjauvin Yes, in general `UserGroup` model needs `SoftDelete` trait and DB migration with `deleted_at` column. Side note: The problem may also be with the fact that `backend_users_groups` table is a...
@mjauvin Yeah, probably... https://laracasts.com/discuss/channels/general-discussion/soft-deletes-with-pivot-table article also gives code examples how to handle these pivot table cases - but still, a bit tricky solution which needs work-around.