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 = context.getPortalObject()
portal.DataLake_stopIngestionList() portal.ERP5Site_stopIngestionListForDataLake()
portal.DataLake_createDataAnalysisList() portal.ERP5Site_createDataAnalysisListForDataLake()
portal.DataLake_executeDataAnalysisList() portal.ERP5Site_executeDataAnalysisListForDataLake()
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Site_stopIngestionList</string> </value> <value> <string>ERP5Site_createDataAnalysisListForDataLake</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Site_executeDataAnalysisList</string> </value> <value> <string>ERP5Site_executeDataAnalysisListForDataLake</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Site_createDataAnalysisList</string> </value> <value> <string>ERP5Site_stopIngestionListForDataLake</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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