[gen] SOme CSS changes.
This commit is contained in:
parent
ccf7e44eef
commit
c316ab896b
2 changed files with 4 additions and 6 deletions
fields
|
@ -561,8 +561,7 @@ class WorkflowAuthenticated:
|
|||
active = State({r:authenticated, w:(ma, o), d:(ma, o)}, initial=True)
|
||||
|
||||
class WorkflowOwner:
|
||||
'''One-state workflow allowing only manager and owner to consult and
|
||||
edit.'''
|
||||
'''Workflow allowing only manager and owner to consult and edit.'''
|
||||
ma = 'Manager'
|
||||
o = 'Owner'
|
||||
# States
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue