Hi Paulo,
thanks for the feedback! I tested it with test mode and it worked. (sudo
kimchid --test) Could you paste the JS console log?
I disabled the button initially for no updates case, but I enable
it when there is some update(s). Should work fine.
+ kimchi.listSoftwareUpdates(function(softwareUpdates) {
+ $(softwareUpdatesGridID + '-update-button')
+ .prop('disabled', softwareUpdates.length === 0);
On 02/17/2014 09:12 PM, Paulo Ricardo Paz Vital wrote:
Hello Hongliang,
After apply your patch I couldn't get the "Update All" button enabled
even with the list of packages working. All other features are working.
There's a screenshot at [1] showing the issue.
[
1]http://picpaste.com/Screenshot_from_2014-02-17_09_46_59-ui0k8Xbg.png
Thanks and best regards,