Fix for postgresql: you cannot compare a boolean column with integers

This commit is contained in:
Ivan Kurnosov 2016-11-11 16:08:26 +13:00
parent d1268c9905
commit c9ba4c49e6
1 changed files with 2 additions and 2 deletions

View File

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