You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "update all" button doesn't seem to have any effect when clicking it, despite there being three apps with available updates.
Steps to reproduce
Browse to /settings/apps/updates. You are greeted with this part of the web page:
Click on "update all"
This doesn not have any effect. The firefox debug console triggers this exception when clicking the button above:
Uncaught (in promise) TypeError: this.update is not a function
updateAll AppList.vue:321
i index.js:24
s index.js:24
promise callback*98405/w/i/</< index.js:40
i index.js:58
i index.js:57
updateAll AppList.vue:320
updateAll AppList.vue:320
VueJS 4
click NcButton.mjs:232
VueJS 33
3 AppList.vue:321
Expected behavior
All apps are updated.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Might make sense to change the template to include already closed bugs, if the workflow here is to close bugs as soon as they're fixed in devel (and not in the latest stable channel (30.0.2).
Hi
This bug is not fully fixed I'm afraid: when there are multiple applications to update like this:
Only one them is updated when you click on "update all", and the remaining one(s) are left un updated:
I experienced this twice already... I was unsure the first time so I paid attention the second one and I confirm that 100%
Bug description
The "update all" button doesn't seem to have any effect when clicking it, despite there being three apps with available updates.
Steps to reproduce
/settings/apps/updates
. You are greeted with this part of the web page:Expected behavior
All apps are updated.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No logs are triggered when pressing the button, as it does not trigger a HTTP request.
Additional info
No response
The text was updated successfully, but these errors were encountered: