diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-06 13:00:13 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-06 13:04:09 -0300 |
commit | 768bdfa653e7ef9829f355822ee0273072520c5f (patch) | |
tree | 8785fddc1ef8c4f7cf21ee5f8d2a65aaa087e9d2 /changes/bug-4148_wizard-ui-providers-back | |
parent | ae69f6f52e6f1825241c19fd4d4a465c48c78f65 (diff) |
Fix 'cancel' and 'back' misbehavior.
- Check if the 'next' button should be enabled after 'cancel' or 'back'.
- Also, when the radio button is switched from existing to new provider,
check if we need to enable the 'check' button.
[Closes #4148]
Diffstat (limited to 'changes/bug-4148_wizard-ui-providers-back')
-rw-r--r-- | changes/bug-4148_wizard-ui-providers-back | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug-4148_wizard-ui-providers-back b/changes/bug-4148_wizard-ui-providers-back new file mode 100644 index 00000000..9c96400f --- /dev/null +++ b/changes/bug-4148_wizard-ui-providers-back @@ -0,0 +1,2 @@ +- Wizard now behaves correctly in provider selection after click 'cancel' or + 'back'. Closes #4148. |