Target View to Wizard displays "undefined" as name

Issue #781 open
David Wise created an issue

When defining a target view to a wizard substep, the substep name does not display in the “Nativate to” list, instead, it shows “undefined”.

Comments (3)

  1. Ada Trajer

    Hi David, navigate to currently only supports navigating to wizard starting page (in regards to correct name display in the navigation list). We will reviewed adding navigation to Steps and SubSteps on our next road map discussion.

  2. Wei Wang

    Just to quickly chime in, it does seems that Wizard navigation is already partially supported (aside from the tooltip). Using the following adv options does navigate to the proper wizard substep. However. if we try to put this JSON in the “targetview” attribute (i.e., if we needed row-specific navigation), this syntax does not work for a wizard substep. +1 for having wizard substep fully supported in a future enhancement!

      "targetView": [
        {
          "view": "a16.f2.z1.t1.v3",
          "viewType": "Wizard"
        }
      ]
    

  3. Log in to comment