Commit Graph
7 Commits
Author SHA1 Message Date
APuschkin 4446a6f524 Removes unnecessary error handling method
Removes the `unifyErrorResponse` method as it's no longer needed.

Updates error handling logic to directly use the error message from the response body. This simplifies the error processing and avoids unnecessary parsing.
2025-07-31 15:35:33 +02:00
APuschkin 8da63a9795 review changes 2025-07-31 14:58:40 +02:00
APuschkin d3c9488220 SonarCloud solution 2025-07-30 10:55:11 +02:00
APuschkin a41bf1c8c8 Updates start process cloud component
Improves the start process cloud component by adding error handling for the start process action and enhancing the UI.

Specifically, it displays error messages from the backend response and provides a more user-friendly experience. Also includes minor UI improvements for error messages and general layout.
2025-07-29 15:22:44 +02:00
APuschkin b4cda524e0 Handles error messages in start process cloud
Improves error handling by parsing the error message to get the error entry.
If the message is not a valid JSON, uses the whole message string
as an error message.
2025-07-29 14:49:59 +02:00
Alexander Puschkin f0c90594ca AAE-34731 Hide the open next task checkbox for the Start Process view (#10842)
* Fix the "open next task" checkbox is not showing anymore in the process start section

* Add test

* adjust description of the test

* revert the format changes

* prettier

* rebase changes fix

* prettier

* fix tests
2025-05-13 11:16:35 +02:00
Alexander Puschkin f6c446498a AAE-29010 GH actions rerun after approval (#10772) (#10774)
* Add rerun function after first approval is there.

* Adjust pull request with github pr number as var

* Add check label step to check "do not merge" label

* cleanup
2025-04-09 07:16:26 +02:00