mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #2477 from zerkms/USER_FILTER_SUPERUSER_BOOLEAN
[!!!] Fix for postgresql: you cannot compare a boolean column with integers
This commit is contained in:
commit
1a41f632bc
@ -8,8 +8,8 @@ scopes:
|
||||
label: backend::lang.user.superuser
|
||||
type: switch
|
||||
conditions:
|
||||
- is_superuser = 0
|
||||
- is_superuser = 1
|
||||
- is_superuser = false
|
||||
- is_superuser = true
|
||||
|
||||
login_date:
|
||||
label: backend::lang.user.last_login
|
||||
|
Loading…
x
Reference in New Issue
Block a user