unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.94k stars 188 forks source link

Fix django-guardian permission display #791

Closed gmargaritis closed 1 month ago

gmargaritis commented 1 month ago

The django-guardian permissions are rendered in reverse.

Screenshot 2024-10-07 at 4 01 38 PM Screenshot 2024-10-07 at 4 02 08 PM Screenshot 2024-10-07 at 4 02 00 PM

Without unfold Screenshot 2024-10-07 at 4 05 35 PM

lukasvinclav commented 1 month ago

Hey, thanks for report and the PR, it helped me a lot to debug the issue. In PR #793 I addressed your problem and additionaly I found one more issue with the template which is fixed there.

For the sake of shipping this fix as soon as possible, I merged my PR.

PS: if you can please test the main branch and let me know if it works to you.

lukasvinclav commented 1 month ago

@gmargaritis I already made a release. You can update the version.

gmargaritis commented 1 month ago

Thanks a lot for the quick response and release ✌️

lukasvinclav commented 1 month ago

Yeah, no problem. If you find something else let me know.