1
0
-1

Hi,
I want to redirect to my user to a specific page but I want to reload my whole userview not just the specific page on redirection. I tried using redirect with TOP WINDOW, PARENT WINDOW properties but these properties dont refresh the full page.
I can explain my exact usecase as well if anyone wants.

P.S: Sorry for posting the question again, usually experts only reply when there is no answer on a question. I need this to be resolved a little urgently

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, can you share details on your environment, for example which specific theme you are using, and the steps to reproduce the issue? Does using simple JavaScript like "top.location.href=the_url" not work?


      1. Anas Misbah Shami

        Hi,

        Thank you for replying.

        I'm using DX8 Plain theme.

        Basically i have a form and on its submission, I'm changing the group of the user to give them some extra permissions. I have some post processing tools added on that form which needs to be executed before I redirect to somewhere. So, when the group changes, I need to refresh the whole window (menus as well) to show the newly assigned permissions to the users (which includes some extra menus).

        I can't use javascript as it can get executed before my post proccessing tools are executed and the Redirect to TOP window property in the form component isn't reloading the whole window.

      2. Anders

        "Redirect to TOP window property in the form component isn't reloading the whole window"
        Do you mean that you are using the Form menu, the "Redirect Target on Form Submission" is set to "Top Window", but it is not working? Try sharing the configuration that you are using now.


      3. Anas Misbah Shami

        I am using a Run Process. Configurations are bellow. I also tried giving full URL of the menu I am redirecting to

      4. Daniel Phang Hun Liang

        Hi and good day, I have tested using a simple app with adding an entry by using a Run Process feature. It is able to redirect to a different page such as list page with latest data entry displayed in the datagrid also able to redirect to the default welcome page.

      5. Anas Misbah Shami

        Hi Daniel Phang Hun Liang 

        Thank you for your response but just redirecting is not an issue
        The redirect is working, but my problem is that I dont need to just redirect to another menu. I need to redirect plus refresh the whole page while redirecting. I have explained above why I need it

      6. Anders

        Hi Anas Misbah Shami, which version of Joget are you running? Try running on the latest version to see if the issue still persists or not.

      7. Anas Misbah Shami

        Hi @Anders, I'm using latest verison.
        Joget Enterprise DX8 Version: 8.0.6 

      CommentAdd your comment...