Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX Don't rely on session for current record ID #272

Merged

Conversation

GuySartorelli
Copy link
Member

Storing the current record ID in the session was deprecated, and is being removed in silverstripe/silverstripe-admin#1867

We now need to make sure the ID is included in the URL for making the share draft link, so we know what record we're making a link for.

This is covered by behat tests already.

Issue

@GuySartorelli GuySartorelli marked this pull request as draft December 11, 2024 00:42
@GuySartorelli GuySartorelli marked this pull request as ready for review December 11, 2024 23:14
@emteknetnz emteknetnz merged commit 6cccd25 into silverstripe:4.0 Dec 12, 2024
6 of 13 checks passed
@emteknetnz emteknetnz deleted the pulls/4.0/use-current-id branch December 12, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants