Skip to content

Commit

Permalink
Merge pull request #180 from tttp/bugfix
Browse files Browse the repository at this point in the history
CRM-12140 api explorer doesn't suggest action update
  • Loading branch information
totten committed Mar 18, 2013
2 parents 22e366b + 14a366b commit 929925d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/CRM/Core/AjaxDoc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,14 @@ cj(function($) {
<select id="action" data-id="action">
<option value="" selected="selected">Choose...</option>
<option value="get">get</option>
<option value="create">create</option>
<option value="create" title="used to update as well, if id is set">create</option>
<option value="delete">delete</option>
<option value="getfields">getfields</option>
<option value="getactions">getactions</option>
<option value="getcount">getcount</option>
<option value="getsingle">getsingle</option>
<option value="getvalue">getvalue</option>
<option value="getoptions">getoptions</option>
<option value="update">update</option>
</select>
&nbsp;|&nbsp;
Expand Down

0 comments on commit 929925d

Please sign in to comment.