Skip to content

Version 1.9.1

Choose a tag to compare

@matthewekeller matthewekeller released this 14 Aug 04:11
· 64 commits to master since this release

Fixed landing page refresh from resulting in back button on next injection of the same capsule that is inlined with the landing page.

Steps to reproduce:
Navigate to the welcome page and view the inlined capsule which is registered and displayed
Press the browser refresh
Click on a link that reinjects the same capsule that is inlined on the landing page
Page will go back to the page preceding the landing page and jump out of the application

Desired behavior:
Fresh content for that capsule should instead be displayed without going back to the previous page

Fix:
Registration of landing page capsule was not setting the current capsule id as it should have. Current capsule id is now set upon registration.