mirror of https://github.com/jumpserver/jumpserver
修改bug
parent
0e76d52322
commit
a05e4147a3
|
@ -12,6 +12,7 @@ class Permission(models.Model):
|
||||||
asset = models.ForeignKey(Asset)
|
asset = models.ForeignKey(Asset)
|
||||||
is_ldap = models.BooleanField(default=True)
|
is_ldap = models.BooleanField(default=True)
|
||||||
perm_user_type = models.CharField(choices=PERM_USER_TYPE_CHOICE,
|
perm_user_type = models.CharField(choices=PERM_USER_TYPE_CHOICE,
|
||||||
|
max_length=1,
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True)
|
null=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue