Commit 7bd68a7c authored by Bartek Górny's avatar Bartek Górny

Show processing status from workflow

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12583 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ff87239
......@@ -114,7 +114,7 @@
<string>my_int_index</string>
<string>my_source_reference</string>
<string>my_translated_validation_state_title</string>
<string>consistency_state</string>
<string>external_processing_status_message</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>consistency_state</string> </value>
<value> <string>external_processing_status_message</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -245,7 +245,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Consistency</string> </value>
<value> <string>Status message</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......@@ -279,7 +279,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_workflow.getInfoFor(ob=here, name=\'consistency_state\', wf_id=\'document_publication_workflow\') or \'not checked\'</string> </value>
<value> <string>python: here.portal_workflow.getInfoFor(ob=here, name=\'comment\', wf_id=\'processing_status_workflow\')</string> </value>
</item>
</dictionary>
</pickle>
......
503
\ No newline at end of file
505
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment