Navigate from an ExplicitPanel back to an Administrative Panel

I have an explicit panel loaded from an administrative panel.  Wondering how, if I do some sort of AJAX save on my explicit panel I can go back to the previous panel and reload it.

Parents
No Data
Reply
  • If that is using IAdministrationExplicitPanelController.GetUrl(), that should be correct and it can be loaded directly (doesn't require using $.telligent.evolution.administration.open).

    I do see that the URL generated using IAdministrationExplicitPanelController does not include a hash parameter _appaneltype=explicit which may affect the navigation behavior. As a work-around, you could manually add this parameter to the hash parameter list generated from the existing GetUrl() method.

    I've logged this issue as:

    [embed:1a3cced3-af51-49ce-89e2-91f65855cd2d:75658689-9395-4fe7-8afb-569c3684ae1d:id=TE-18096]

Children