Commit 7357b3db authored by Roque's avatar Roque

erp5_wendelin: rename to avoid duplicated script name

parent d5e16c22
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_getDataStreamList</string> </value>
<value> <string>DataSet_getDataStreamList</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -2,4 +2,4 @@
Get list of Data Streams for context Data set.
"""
data_set_uid = context.getUid()
return context.ERP5Site_getDataStreamList(data_set_uid, limit)
return context.DataSet_getDataStreamList(data_set_uid, limit)
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