Updated workflow properties content indexing
authorThierry Florac <thierry.florac@onf.fr>
Wed, 12 Jul 2017 12:02:14 +0200
changeset 15 70adcc5ac29c
parent 14 b20c1022db17
child 16 e5add18ddc33
Updated workflow properties content indexing
src/pyams_content_es/component/workflow.py
--- a/src/pyams_content_es/component/workflow.py	Wed Jul 12 12:01:24 2017 +0200
+++ b/src/pyams_content_es/component/workflow.py	Wed Jul 12 12:02:14 2017 +0200
@@ -37,4 +37,7 @@
                          'created_date': dc_info.created,
                          'modified_date': dc_info.modified,
                          'publication_date': workflow_info.publication_date,
+                         'effective_date': workflow_info.publication_effective_date,
+                         'push_end_date': workflow_info.push_end_date,
+                         'expiration_date': workflow_info.publication_expiration_date,
                          'first_publication_date': workflow_info.first_publication_date}}