goa/goaconfig.py
branchstable
changeset 5043 fe52dd3936cf
parent 4212 ab6573088b4a
child 5421 8167de96c523
equal deleted inserted replaced
5042:cc062bb09abb 5043:fe52dd3936cf
    84     cubicweb_appobject_path = WebConfiguration.cubicweb_appobject_path | ServerConfiguration.cubicweb_appobject_path
    84     cubicweb_appobject_path = WebConfiguration.cubicweb_appobject_path | ServerConfiguration.cubicweb_appobject_path
    85     cubicweb_appobject_path = list(cubicweb_appobject_path) + ['goa/appobjects']
    85     cubicweb_appobject_path = list(cubicweb_appobject_path) + ['goa/appobjects']
    86     cube_appobject_path = WebConfiguration.cube_appobject_path | ServerConfiguration.cube_appobject_path
    86     cube_appobject_path = WebConfiguration.cube_appobject_path | ServerConfiguration.cube_appobject_path
    87 
    87 
    88     # use file system schema
    88     # use file system schema
    89     bootstrap_schema = read_instance_schema = False
    89     read_instance_schema = False
    90     # schema is not persistent, don't load schema hooks (unavailable)
    90     # schema is not persistent, don't load schema hooks (unavailable)
    91     schema_hooks = False
    91     schema_hooks = False
    92     # no user workflow for now
    92     # no user workflow for now
    93     consider_user_state = False
    93     consider_user_state = False
    94 
    94