mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#661 and #662 Could not create a user request (or ?) as soon as the autocomplete feature gets active
SVN:trunk[2615]
This commit is contained in:
@@ -361,6 +361,7 @@ $.Autocompleter = function(input, options) {
|
||||
$.ajax({
|
||||
// try to leverage ajaxQueue plugin to abort previous requests
|
||||
mode: "abort",
|
||||
type: "POST",
|
||||
// limit abortion to this input
|
||||
port: "autocomplete" + input.name,
|
||||
dataType: options.dataType,
|
||||
|
||||
@@ -134,6 +134,9 @@ function WizardHelper(sClass, sFormPrefix, sState)
|
||||
//console.log(sFieldCode);
|
||||
this.UpdateCurrentValue(sCleanFieldCode);
|
||||
}
|
||||
// Remove unnecessary stuff
|
||||
this.m_oData.m_oDefaultValue = {};
|
||||
this.m_oData.m_oAllowedValues = {};
|
||||
}
|
||||
|
||||
this.UpdateWizardToJSON = function ()
|
||||
|
||||
Reference in New Issue
Block a user