Skip to content

fix: use actionable quick execute notification - #15

Merged
zvonimirfras merged 3 commits into
IBM:mainfrom
zvonimirfras:fix/quick-execute-actionable-notification
Sep 15, 2026
Merged

zvonimirfras merged 3 commits into
IBM:mainfrom
zvonimirfras:fix/quick-execute-actionable-notification

Conversation

@zvonimirfras

Copy link
Copy Markdown
Member

Problem

Quick execute rendered a button inside Carbon's InlineNotification. Carbon explicitly disallows interactive child nodes in InlineNotification, causing a runtime console error after a job was queued.

Fix

  • Replace InlineNotification with Carbon's ActionableNotification
  • Use the supported actionButtonLabel and onActionButtonClick API
  • Preserve navigation to the highlighted job
  • Remove the obsolete custom button styles

Validation

  • Frontend typecheck passes
  • All 458 frontend tests pass
  • Frontend production build passes

Follow-up to #4.

Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
Signed-off-by: Zvonimir Fras <zvonimir@zvonimirfras.com>
@zvonimirfras
zvonimirfras merged commit c89618f into IBM:main Sep 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant