updates to include error handling in external concept services
This commit is contained in:
parent
2fb20f1efe
commit
f9d402bff6
11 changed files with 184 additions and 32 deletions
|
@ -231,7 +231,8 @@ var customForm = {
|
|||
dataType: 'json',
|
||||
data: {
|
||||
term: request.term,
|
||||
type: customForm.acType
|
||||
type: customForm.acType,
|
||||
multipleTypes:(customForm.acMultipleTypes == undefined || customForm.acMultipleTypes == null)? null: customForm.acMultipleTypes
|
||||
},
|
||||
complete: function(xhr, status) {
|
||||
// Not sure why, but we need an explicit json parse here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue