Skip to content

fix: handle all process paths when opening create request via URL - EXO-85656#476

Merged
azayati merged 1 commit intodevelopfrom
backportdev-85656
Apr 2, 2026
Merged

fix: handle all process paths when opening create request via URL - EXO-85656#476
azayati merged 1 commit intodevelopfrom
backportdev-85656

Conversation

@Jihed525
Copy link
Copy Markdown
Member

@Jihed525 Jihed525 commented Apr 2, 2026

Prior to this change, only/processes/{id}/createRequestwas handled, which caused the request drawer not to open and prevented create/edit/delete actions when using URLs with different prefixes.

This PR fixes the issue by extracting the workflow ID based solely on the number immediately preceding /createRequest, making it agnostic of the preceding path.

(cherry picked from commit dca23fc)

…quest via URL - EXO-85656 (#472)

Prior to this change, only `/processes/{id}/createRequest` was handled,
 which caused the request drawer not to open and prevented create/edit/delete actions when using `/process/{id}/createRequest`.

This PR fixes the issue by supporting both path formats when extracting the workflow ID.

(cherry picked from commit dca23fc)
@Jihed525 Jihed525 requested review from akhanfir, hakermi and mkrout April 2, 2026 13:24
@Jihed525 Jihed525 self-assigned this Apr 2, 2026
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Apr 2, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 2, 2026

@azayati azayati changed the title fix: handle both /process and /processes paths when opening create request via URL - EXO-85656 (#472) fix: handle both /process and /processes paths when opening create request via URL - EXO-85656 Apr 2, 2026
@azayati azayati changed the title fix: handle both /process and /processes paths when opening create request via URL - EXO-85656 fix: handle all process paths when opening create request via URL - EXO-85656 Apr 2, 2026
@azayati azayati merged commit 6ac6845 into develop Apr 2, 2026
15 checks passed
@azayati azayati deleted the backportdev-85656 branch April 2, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

partialCIBuild Perform Partial CI Build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants