Show
Ignore:
Timestamp:
10/18/09 21:40:10 (3 years ago)
Author:
mauro
Message:

* rebuild catalog action on biosqlroot's view and triggered by modify event
* choice seqrecord key field (fix #6)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.biosql/trunk/src/plone4bio/biosql/browser/configure.zcml

    r62 r112  
    88> 
    99 
    10 <include package="plone.app.contentmenu" />  
     10    <include package="plone.app.contentmenu" />  
    1111 
    12     <browser:page 
    13       for="..interfaces.IBioSQLRoot" 
    14       name="view" 
    15       template="templates/biosqlroot.pt" 
    16       allowed_interface=".interfaces.IBioSQLRootView" 
    17       permission="zope2.View" 
    18       /> 
     12     <browser:page 
     13         for="..interfaces.IBioSQLRoot" 
     14         name="view" 
     15         template="templates/biosqlroot.pt" 
     16         allowed_interface=".interfaces.IBioSQLRootView" 
     17         permission="zope2.View" 
     18         /> 
    1919 
    2020     <browser:page 
    2121        for="zope.app.container.interfaces.IAdding" 
    2222        name="plone4bio.biosql.BioSQLRoot" 
    23         class=".biosql.BioSQLRootAddForm" 
     23        class=".root.BioSQLRootAddForm" 
    2424        permission="cmf.AddPortalContent" 
    2525        /> 
     
    2828        for="..interfaces.IBioSQLRoot" 
    2929        name="edit" 
    30         class=".biosql.BioSQLRootEditForm" 
     30        class=".root.BioSQLRootEditForm" 
     31        permission="cmf.ModifyPortalContent" 
     32        /> 
     33 
     34    <browser:view 
     35        name="refresh_catalog" 
     36        for="..interfaces.IBioSQLRoot" 
     37        class=".root.RefreshCatalog" 
    3138        permission="cmf.ModifyPortalContent" 
    3239        />