api: can unrestraint an owner
This commit is contained in:
parent
de77cd1027
commit
cc58a3f5c3
|
@ -245,6 +245,7 @@ class TiramisuOptionOption(CommonTiramisuOption):
|
|||
|
||||
class TiramisuOptionOwner(CommonTiramisuOption):
|
||||
"""manager option's owner"""
|
||||
allow_unrestraint = True
|
||||
|
||||
def __init__(self,
|
||||
name,
|
||||
|
|
Loading…
Reference in New Issue