diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-03-13 15:59:35 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-03-16 12:27:52 -0300 |
commit | 6e8639a480d63acd5c8bc044a8b1ca907c325233 (patch) | |
tree | dd450fe67a50e1e4bc1ed8bff4429beda2ad4b45 /changes | |
parent | acd206ea48610743d6078e1c9b510c8b486fb979 (diff) |
[bug] enable providers combo box on check fail
After a provider fails to pass the checks, the providers combo box is
not enabled when it should, we just took care of the provider line edit.
- Resolves: #6418
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-6418_re-enable-providers-list-on-check-failure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6418_re-enable-providers-list-on-check-failure b/changes/bug-6418_re-enable-providers-list-on-check-failure new file mode 100644 index 00000000..450bac25 --- /dev/null +++ b/changes/bug-6418_re-enable-providers-list-on-check-failure @@ -0,0 +1 @@ +- Cannot change preseeded providers if checks for one fail (Bug #6418) |