Commit ff5a1439 authored by Jérome Perrin's avatar Jérome Perrin

code_mirror: rename scripts using Components classes

Component is not a valid prefix for python components from
portal_components, it's the name of a resource class from erp5_pdm.
ComponentMixin is the valid prefix.
parent 8c88424e
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Component_getErrorWarningMessageDictAsJson</string> </value>
<value> <string>ComponentMixin_getErrorWarningMessageDictAsJson</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Component_getTextContentHistoryRevisionDictListAsJSON</string> </value>
<value> <string>ComponentMixin_getTextContentHistoryRevisionDictListAsJSON</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -159,7 +159,7 @@
$.ajax({type: 'GET',
async: false,
url: 'Component_getErrorWarningMessageDictAsJson',
url: 'ComponentMixin_getErrorWarningMessageDictAsJson',
success: getErrorWarningMessageDictHandler});
}
......@@ -651,7 +651,7 @@
$.ajax({type: 'GET',
async: true,
dataType: 'json',
url: 'Component_getTextContentHistoryRevisionDictListAsJSON',
url: 'ComponentMixin_getTextContentHistoryRevisionDictListAsJSON',
success: successHandler});
}
......
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