mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix: support [+] button inside linkedsets.. with constraints (cf Revision 1913)
SVN:1.2.1[2115]
This commit is contained in:
@@ -120,7 +120,7 @@ class UIExtKeyWidget
|
||||
else
|
||||
{
|
||||
$sWizHelper = 'oWizardHelper'.$sFormPrefix;
|
||||
$sWizHelperJSON = $sWizHelper.'.ToJSON()';
|
||||
$sWizHelperJSON = $sWizHelper.'.UpdateWizardToJSON()';
|
||||
}
|
||||
if (is_null($oAllowedValues))
|
||||
{
|
||||
|
||||
@@ -136,6 +136,12 @@ function WizardHelper(sClass, sFormPrefix, sState)
|
||||
}
|
||||
}
|
||||
|
||||
this.UpdateWizardToJSON = function ()
|
||||
{
|
||||
this.UpdateWizard();
|
||||
return this.ToJSON()
|
||||
}
|
||||
|
||||
this.AjaxQueryServer = function ()
|
||||
{
|
||||
//console.log('data sent:', this.ToJSON());
|
||||
|
||||
Reference in New Issue
Block a user