diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-28 14:47:44 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-28 14:47:44 -0300 |
commit | 75c9b86e605742f2850d8b50b2419d75129e7949 (patch) | |
tree | 8215a029de6b0a765971d8e980b60207d6e8d8a0 /changes/bug-5048_version-checks-in-wizard | |
parent | 496a4f8286e74daff080b52b02c49f130de03bc3 (diff) |
Do version checks in the wizard too.
When the user choose to use an existing provider we download the
provider.json again so the version checks are executed.
[Closes #5048]
Diffstat (limited to 'changes/bug-5048_version-checks-in-wizard')
-rw-r--r-- | changes/bug-5048_version-checks-in-wizard | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5048_version-checks-in-wizard b/changes/bug-5048_version-checks-in-wizard new file mode 100644 index 00000000..a5593e6c --- /dev/null +++ b/changes/bug-5048_version-checks-in-wizard @@ -0,0 +1 @@ +- Use version checks in the wizard when the user choose to use an existing provider. Closes #5048. |