mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
- 'Add...' butotn is now grayed when there is nothing to Add
- Better handling of AllowedValues, supporting autocompletes - Cleanup unused code in wizard.utils.js SVN:trunk[151]
This commit is contained in:
@@ -104,7 +104,7 @@ function WizardHelper(sClass)
|
||||
{ operation: 'wizard_helper' },
|
||||
function(json_data){
|
||||
//console.log('data received:', json_data);
|
||||
oWizardHelper.FromJSON(json_data);
|
||||
//oWizardHelper.FromJSON(json_data);
|
||||
oWizardHelper.UpdateFields();
|
||||
//console.log(oWizardHelper);
|
||||
$('#wizStep'+ G_iCurrentStep).unblock( {fadeOut: 0} );
|
||||
|
||||
Reference in New Issue
Block a user