diff --git a/UPGRADE.md b/UPGRADE.md index d09e501ec..493ec2a50 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,12 @@ Upgrade notes +## [14.3.1](https://github.com/CESNET/perun-web-apps/compare/v14.3.0...v14.3.1) (2023-11-07) + + +### Bug Fixes + +* **admin:** bulk application approve/reject error handling ([17a5da9](https://github.com/CESNET/perun-web-apps/commit/17a5da973613f04f5e62f0be1eb2ba710eb16380)) + ## [14.3.0](https://github.com/CESNET/perun-web-apps/compare/v14.2.1...v14.3.0) (2023-10-10) diff --git a/dist/apps/admin-gui/assets/config/version.json b/dist/apps/admin-gui/assets/config/version.json index 5c56a839e..52f852015 100644 --- a/dist/apps/admin-gui/assets/config/version.json +++ b/dist/apps/admin-gui/assets/config/version.json @@ -1 +1 @@ -{"version":"14.3.0"} +{"version":"14.3.1"} diff --git a/dist/apps/admin-gui/assets/i18n/en.json b/dist/apps/admin-gui/assets/i18n/en.json index 9853e75dc..409801794 100644 --- a/dist/apps/admin-gui/assets/i18n/en.json +++ b/dist/apps/admin-gui/assets/i18n/en.json @@ -674,6 +674,12 @@ "DELETE": "Applications were successfully deleted.", "RESEND": "Notifications for applications were re-sent." }, + "ERROR": { + "APPROVE": "Failed to approve some applications.", + "APPROVE_DESCRIPTION": "A problem occurred during approval: [{{error}}] and not all of the selected applications got approved. There may still be some of the selected applications that could possibly be approved.", + "REJECT": "Failed to reject some applications.", + "REJECT_DESCRIPTION": "A problem occurred during rejection: [{{error}}] and not all of the selected applications got rejected. There may still be some of the selected applications that could possibly be rejected." + }, "APPLICATION_DETAIL": { "TITLE": "Application detail", diff --git a/dist/apps/admin-gui/index.html b/dist/apps/admin-gui/index.html index 9e37cb0b5..28d63f162 100644 --- a/dist/apps/admin-gui/index.html +++ b/dist/apps/admin-gui/index.html @@ -14,5 +14,5 @@
-