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 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Component_getErrorWarningMessageDictAsJson</string> </value> <value> <string>ComponentMixin_getErrorWarningMessageDictAsJson</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>Component_getTextContentHistoryRevisionDictListAsJSON</string> </value> <value> <string>ComponentMixin_getTextContentHistoryRevisionDictListAsJSON</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
$.ajax({type: 'GET', $.ajax({type: 'GET',
async: false, async: false,
url: 'Component_getErrorWarningMessageDictAsJson', url: 'ComponentMixin_getErrorWarningMessageDictAsJson',
success: getErrorWarningMessageDictHandler}); success: getErrorWarningMessageDictHandler});
} }
...@@ -651,7 +651,7 @@ ...@@ -651,7 +651,7 @@
$.ajax({type: 'GET', $.ajax({type: 'GET',
async: true, async: true,
dataType: 'json', dataType: 'json',
url: 'Component_getTextContentHistoryRevisionDictListAsJSON', url: 'ComponentMixin_getTextContentHistoryRevisionDictListAsJSON',
success: successHandler}); 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