Skip to content

Fix weekly day-of-week combo in Start workflow action dialog#7136

Merged
hansva merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-67
May 18, 2026
Merged

Fix weekly day-of-week combo in Start workflow action dialog#7136
hansva merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-67

Conversation

@leehaut
Copy link
Copy Markdown
Contributor

@leehaut leehaut commented May 16, 2026

  • Load weekDay ("0""6", Sunday–Saturday) into the weekly repeat combo using select(index) so the control shows the localized weekday labels instead of a raw numeric string (e.g. 1).
  • Persist weekDay from getSelectionIndex() on OK so the engine keeps receiving numeric indices; previously getText() could save localized day names that Const.toInt in ActionStart could not parse.

@hansva hansva merged commit 3ae2c7a into apache:main May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants