sassoftware / sas-portal-app

The purpose of this project is to provide a partial replacement for SAS Information Delivery Portal, that was deprecated as of SAS 9.4M8.
Apache License 2.0
3 stars 5 forks source link

after adding a page, the newly added page is not the one that is selected #23

Open CraigRubendall opened 6 months ago

CraigRubendall commented 6 months ago

when you add a new page and return to the main screen, the newly added tab is not selected and you have to manually navigate the tabs to that newly added tab.

Need to update the session storage activeTab memory to set the active tab to the newly created tab so on screen refresh, it goes there. However, the issue is that the id of the newly created tab is not returned to the main page, nor is it known till after the page is created, so have to figure out how to get the id of the newly created page to save to the memory.