Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Progress bar not showing up in Onboarding UI for single paged onboarding #214

Closed
SMartorelli opened this issue Jul 10, 2024 · 0 comments · Fixed by #215
Closed

[BUG] Progress bar not showing up in Onboarding UI for single paged onboarding #214

SMartorelli opened this issue Jul 10, 2024 · 0 comments · Fixed by #215
Labels
bug Something isn't working
Milestone

Comments

@SMartorelli
Copy link
Member

Describe the bug
Progress bar payload is ignored in the Onboarding UI if the onboarding payload has only one page.

To Reproduce
Onboarding Payload JSON sample:

{
   "progressBarPayload":"/percent 0 /exit_on_completion true /top_message Top Message /bottom_message Bottom Message",
   "pages":[
      {
         "title":"First page's title",
         "subtitle":"First page's subtitle",
         "body":"First page's body"
      }
   ]
}

Expected behavior
Progress bar should appear.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: macOS 14.5
  • Project version > 3.0.0

Additional context
Reported by slack user Marcus Hesse in the mac-ibm-open-source channel

@SMartorelli SMartorelli added the bug Something isn't working label Jul 10, 2024
@SMartorelli SMartorelli added this to the Version 3.2.0 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant