Commit 23bb4e4f authored by Ivan Tyagov's avatar Ivan Tyagov

Script names were duplicating ones in erp5_wendelin business template.

This makes exsiting of ordinary Wendelin and Wendelin with Data Lake impossible.
Rename accordingly.
parent c345e917
portal = context.getPortalObject()
portal.DataLake_stopIngestionList()
portal.DataLake_createDataAnalysisList()
portal.DataLake_executeDataAnalysisList()
portal.ERP5Site_stopIngestionListForDataLake()
portal.ERP5Site_createDataAnalysisListForDataLake()
portal.ERP5Site_executeDataAnalysisListForDataLake()
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_stopIngestionList</string> </value>
<value> <string>ERP5Site_createDataAnalysisListForDataLake</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_executeDataAnalysisList</string> </value>
<value> <string>ERP5Site_executeDataAnalysisListForDataLake</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_createDataAnalysisList</string> </value>
<value> <string>ERP5Site_stopIngestionListForDataLake</string> </value>
</item>
</dictionary>
</pickle>
......
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