Commit dcab2e34 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix name convention (no plural + use get..List instead list)

parent a3cca886
......@@ -89,7 +89,7 @@ return element_list\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Review_listAnnotations</string> </value>
<value> <string>Review_getAnnotationList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -169,7 +169,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>Review_listAnnotations</string> </value>
<value> <string>Review_getAnnotationList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -66,6 +66,10 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......
12
\ No newline at end of file
13
\ No newline at end of file
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