pve-manager/www/manager6/window
Dominik Csapak f360ab33e3 fix #1317: check wizard form also on validitychange
with the commit
    40342aa6c4
we introduced a validator on the guestidselector, but did not
notice that the wizard checks the validity on the field change event,
but the selector gets valid/invalid in an api callback(so a little later)

with this patch, we now validate the field correctly with validate()
and also listen on the validitychange event to catch it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
(cherry picked from commit c5dc0be54ca75a11af86e7bbf1590407157c11b1)
2017-03-27 08:34:14 +02:00
..
Backup.js fix #306: add email address field to backup now window 2017-03-09 10:39:53 +01:00
BackupConfig.js refactor backupconfig window 2016-09-05 11:20:41 +02:00
BulkAction.js show only relevant vms in bulk action window 2017-01-10 08:18:35 +01:00
Edit.js Rename 'create' to 'isCreate' in pveWindowEdit and subclasses 2017-03-02 10:36:35 +01:00
LoginWindow.js Remove redundant helper for login window 2017-01-18 10:23:06 +01:00
Migrate.js disable submit button in migrate window when not valid 2017-01-10 08:21:30 +01:00
MigrateAll.js filter the local node in the migrateall window 2016-12-19 12:06:13 +01:00
NotesEdit.js fix #586: make notes edit window resizable 2016-09-05 06:50:40 +02:00
Restore.js add unpriviledged flag to container restore window. 2016-12-27 10:19:57 +01:00
SafeDestroy.js jslint: remove trailing commas 2016-04-29 17:06:34 +02:00
Settings.js add a storage selection in the settings window 2016-12-22 10:11:13 +01:00
StartupEdit.js fix jslint confusion warning 2016-12-06 06:54:09 +01:00
TaskViewer.js Use Ext.apply instead of applyIf when loading a task window 2016-04-05 07:39:38 +02:00
Wizard.js fix #1317: check wizard form also on validitychange 2017-03-27 08:34:14 +02:00