Arvis Lācis

Results 22 comments of Arvis Lācis

In `fields.yaml`: ``` fields: content: label: Content type: datatable columns: field1: title: Code field2: title: Title field3: title: Title ``` ![2021-05-03_11-58](https://user-images.githubusercontent.com/626982/116858308-d8157c00-ac06-11eb-8aa3-2f9be290aa6d.png) ^ 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...

@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; ![2023-01-16_19-03](https://user-images.githubusercontent.com/626982/212733601-84d6e9ec-408e-42f3-abbe-0f97ee7826e9.png)...

@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.