Skip to content

Commit 57318f8

Browse files
chore(release): 14.3.1 [skip ci]
## [14.3.1](v14.3.0...v14.3.1) (2023-11-07) ### Bug Fixes * **admin:** bulk application approve/reject error handling ([17a5da9](17a5da9))
1 parent 17a5da9 commit 57318f8

16 files changed

Lines changed: 26 additions & 13 deletions

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Upgrade notes
22

3+
## [14.3.1](https://github.com/CESNET/perun-web-apps/compare/v14.3.0...v14.3.1) (2023-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **admin:** bulk application approve/reject error handling ([17a5da9](https://github.com/CESNET/perun-web-apps/commit/17a5da973613f04f5e62f0be1eb2ba710eb16380))
9+
310
## [14.3.0](https://github.com/CESNET/perun-web-apps/compare/v14.2.1...v14.3.0) (2023-10-10)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"14.3.0"}
1+
{"version":"14.3.1"}

dist/apps/admin-gui/assets/i18n/en.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,12 @@
674674
"DELETE": "Applications were successfully deleted.",
675675
"RESEND": "Notifications for applications were re-sent."
676676
},
677+
"ERROR": {
678+
"APPROVE": "Failed to approve some applications.",
679+
"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.",
680+
"REJECT": "Failed to reject some applications.",
681+
"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."
682+
},
677683

678684
"APPLICATION_DETAIL": {
679685
"TITLE": "Application detail",

dist/apps/admin-gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</app-root>
17-
<script src="runtime.48a03e42edd3e1e0.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.b4f41ed9cdd0ea5f.js" type="module"></script></body>
17+
<script src="runtime.48a03e42edd3e1e0.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.acd1a32649f665ad.js" type="module"></script></body>
1818
</html>

dist/apps/admin-gui/main.acd1a32649f665ad.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/admin-gui/main.b4f41ed9cdd0ea5f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/consolidator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.308cb8a581d28430.js" type="module"></script></body>
17+
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.608c44837fad66a6.js" type="module"></script></body>
1818
</html>

dist/apps/consolidator/main.308cb8a581d28430.js renamed to dist/apps/consolidator/main.608c44837fad66a6.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/linker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.018632b7f68245be.js" type="module"></script></body>
17+
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.175b434a4e8a5fe0.js" type="module"></script></body>
1818
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)