mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
servrole: takes_params must be a tuple
The definition of servrole.takes_params was missing a comma. Related: https://pagure.io/freeipa/issue/8290 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
a0494bc3f3
commit
b6476f591b
@ -191,5 +191,5 @@ class servrole(Object):
|
||||
label=_("Role name"),
|
||||
doc=_("IPA role name"),
|
||||
flags=(u'virtual_attribute',)
|
||||
)
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user