improve GSH template redirect after run

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 2.5.48
    • Affects Version/s: None
    • Component/s: None
    • None

      If the stem is deleted in the GSH template, it will not error on that, but will walk up the folder hierarchy until it finds an existing folder

      If you dont want to redirect anywhere, call this:

      gsh_builtin_gshTemplateOutput.assignRedirectToGrouperOperation("NONE");
      

      If you want to redirect to another grouper page, do this:

      gsh_builtin_gshTemplateOutput.assignRedirectToGrouperOperation("operation=UiV2GrouperReport.viewAllReportInstancesForFolder&attributeAssignmentMarkerId=" + reportConfigBean.getAttributeAssignmentMarkerId()  + "&stemId=" + projectFolder.getId());
       

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: