doc/book/en/devweb/edition/form.rst
branchstable
changeset 5465 a838ac0ff890
parent 5464 c6c9a80ad1dd
child 5869 8a129b3a5aff
equal deleted inserted replaced
5464:c6c9a80ad1dd 5465:a838ac0ff890
   208    project, but this rule can only be enforced at validation time,
   208    project, but this rule can only be enforced at validation time,
   209    which will happen of course only after form subsmission
   209    which will happen of course only after form subsmission
   210 
   210 
   211 Here, given a project eid, we complete the vocabulary with all
   211 Here, given a project eid, we complete the vocabulary with all
   212 unpublished versions defined in the project (sorted by number) for
   212 unpublished versions defined in the project (sorted by number) for
   213 which the current user is allowed to establish the relation. Of
   213 which the current user is allowed to establish the relation.
   214 course, we take care *not* to provide a version the ticket is already
       
   215 linked to (through ``done_in``).
       
   216 
       
   217 
   214 
   218 APIs
   215 APIs
   219 ~~~~
   216 ~~~~
   220 
   217 
   221 .. automodule:: cubicweb.web.formfields
   218 .. automodule:: cubicweb.web.formfields