Skip to content

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

Open
leehaut wants to merge 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-67
Open

Fix weekly day-of-week combo in Start workflow action dialog#7136
leehaut wants to merge 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.

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.

1 participant