Ignore:
Timestamp:
10 Jun 2011, 15:41:32 (13 years ago)
Author:
uli
Message:

Maintain history of objects in a separate component, similar to workflows, instead of storing everything with the object core object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt

    r6332 r6339  
    88  <h2> ... <span tal:replace="context/state">Application State</span> ... </h2>
    99
    10   <div class="workflow" tal:content="structure context/msgs">Application Workflow</div>
    11 
     10  <div class="workflow" tal:repeat="msg context/history/messages">
     11    <span tal:replace="msg">message</span><br />
     12  </div>
    1213
    1314  <div class="form-status"
Note: See TracChangeset for help on using the changeset viewer.