[gen] A page can now be visible on edit but not on view (ie, the new User page containing only fields 'password' and 'retype password'. Default User class has now 2 pages: the 2 password fields are on a separate page. Zone containing user name in the user strip has evolved.
This commit is contained in:
parent
c316ab896b
commit
412d9f939f
20 changed files with 150 additions and 106 deletions
|
@ -38,20 +38,13 @@ from appy.fields.page import Page
|
|||
from appy.fields.phase import Phase
|
||||
from appy.fields.workflow import *
|
||||
from appy.gen.layout import Table
|
||||
from appy.gen.utils import No
|
||||
from appy.gen.utils import No, Tool, User
|
||||
|
||||
# Make the following classes available here: people may need to override some
|
||||
# of their PXs (defined as static attributes).
|
||||
from appy.gen.wrappers import AbstractWrapper as BaseObject
|
||||
from appy.gen.wrappers.ToolWrapper import ToolWrapper as BaseTool
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class Model: pass
|
||||
class Tool(Model):
|
||||
'''Subclass me to extend or modify the Tool class.'''
|
||||
class User(Model):
|
||||
'''Subclass me to extend or modify the User class.'''
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
class Config:
|
||||
'''If you want to specify some configuration parameters for appy.gen and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue