Fix incorrect condition checking for privileges.
parent
4380c6714e
commit
20a22731e0
|
@ -255,7 +255,7 @@
|
|||
var privileges = [];
|
||||
|
||||
if (this.attributes &&
|
||||
this.attributes['privileges']) {
|
||||
!this.attributes['privileges']) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue