Commit 932a34cc authored by Arnaud Fontaine's avatar Arnaud Fontaine

Rename submitAction() to submitSelectAction() like other methods calling submitSelect()


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44970 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 649516e2
......@@ -639,7 +639,7 @@ class ContextMainForm(MainForm):
"""
self.submitSelect('select_jump', 'Base_doJump:method', label, value)
def submitAction(self, label=None, value=None):
def submitSelectAction(self, label=None, value=None):
"""
Select and submit an action, given either by its label (such as
I{Add Person}) or value (such as I{add} and I{add Person}). See
......
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