Thursday, June 16, 2022
2 changes · master
Resolved issues and error corrections
Subscription portal links no longer repeat the access token when users navigate back and forth. This keeps portal URLs clean and prevents automated checks or users from hitting errors caused by excessively long repeated parameters.
Original PR description
Go to the subscription portal (/my/subscription) Access the portal view of a given sub (/my/subscription/ID?access_token=...) Go back to the subscription portal (the token is kept in the url bc of the keep_query in portal_breadcrumbs) Hover/click on the link to the portal view of a specific sub, you'll see the token twice in the url GET params. This commit removes the keep_query for the links on the subscription portal homepage, following the existing behavior in sale, purchase, ... This avoids a crash when the runbot crawl test reaches a python recursion error after reaching an url where the access token is present more than 30 times (probably even more).
The spreadsheet insertion dialog now clearly shows which spreadsheet is currently selected. This removes confusion when users choose a spreadsheet to insert, helping them confirm the right item before proceeding.
Original PR description
Before this commit, a selected spreadsheet in the inserting dialog was not identifiable. task-id 2884665