You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling with this for a bit and haven't been able to find a solution.
Scenario:
I have a page with multiple divs. The workflow has been built by "showing and hiding" the appropriate div.
The div level block call works perfectly the first time you select from the list page and the ajax call is made to retrieve the information for the entry selected. The callback function executes the unblock, again perfectly, and the first page of the workflow is shown.
If you navigate "back" to the original list page and select the same element again, the same calls are made, but this time the block command doesn't show anything on the list page. The only time you see the block is a split second AFTER the 1st page in the workflow is rendered.
Below are the two functions I am working with to solve this issue (which repeats in all the pages built in this fashion).
I've been struggling with this for a bit and haven't been able to find a solution.
Scenario:
I have a page with multiple divs. The workflow has been built by "showing and hiding" the appropriate div.
The div level block call works perfectly the first time you select from the list page and the ajax call is made to retrieve the information for the entry selected. The callback function executes the unblock, again perfectly, and the first page of the workflow is shown.
If you navigate "back" to the original list page and select the same element again, the same calls are made, but this time the block command doesn't show anything on the list page. The only time you see the block is a split second AFTER the 1st page in the workflow is rendered.
Below are the two functions I am working with to solve this issue (which repeats in all the pages built in this fashion).
Hoping it is just something easy I'm missing.
Generic representation of Page Divs are:
Functions in question:
The text was updated successfully, but these errors were encountered: