Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1625

Prevent UIWizards from being merged into dialogs

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 2.2.0.Final
    • 2.1.1.Final
    • UI - API
    • None

    Description

      When I add multiple UICommand and UIWizard instances to create a single dialog page, like so:

            NavigationResultBuilder builder = NavigationResultBuilder.create();
            builder.add(getMetadata(uiContext), setupFlow);
            return builder.build();
      

      the wizard pages are also added to the dialog page. This results in erroneous behavior since only the first page of the wizard is added and displayed. The second and subsequent pages of a wizard are omitted (even from execution).

      Since it is obvious that the next page in a wizard cannot be determined statically, and should determined at runtime, we must prevent wizards from being merged into a single page.

      Attachments

        Activity

          People

            vineet.reynolds_jira Vineet Reynolds (Inactive)
            vineet.reynolds_jira Vineet Reynolds (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: