web/uicfg.py
branchstable
changeset 8238 087bb529035c
parent 7990 a673d1d9a738
child 8653 ad5a3ff57255
equal deleted inserted replaced
8235:c2a91d6639d8 8238:087bb529035c
   368 # schema action (add/update/delete/read), and when such a tag is found
   368 # schema action (add/update/delete/read), and when such a tag is found
   369 # permissions checking is by-passed and supposed to be ok
   369 # permissions checking is by-passed and supposed to be ok
   370 autoform_permissions_overrides = RelationTagsSet('autoform_permissions_overrides')
   370 autoform_permissions_overrides = RelationTagsSet('autoform_permissions_overrides')
   371 
   371 
   372 class ReleditTags(NoTargetRelationTagsDict):
   372 class ReleditTags(NoTargetRelationTagsDict):
   373     """Associate to relation a dictionnary to control `reledit` (e.g. edition of
   373     """Associate to relation a dictionary to control `reledit` (e.g. edition of
   374     attributes / relations from within views).
   374     attributes / relations from within views).
   375 
   375 
   376     Possible keys and associated values are:
   376     Possible keys and associated values are:
   377 
   377 
   378     * `novalue_label`, alternative default value (shown when there is no value).
   378     * `novalue_label`, alternative default value (shown when there is no value).