-
Notifications
You must be signed in to change notification settings - Fork 116
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: Bring back federated editing in viewer iframe #3669
Conversation
a02c4b1
to
f0dce12
Compare
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
0b01916
to
7196e7e
Compare
#[PublicPage] | ||
#[NoCSRFRequired] | ||
public function remotePost(string $shareToken, string $remoteServer, string $remoteServerToken, ?string $filePath = null): TemplateResponse { | ||
return $this->remote($shareToken, $remoteServer, $remoteServerToken, $filePath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed as currently the routing cannot handle two routes with the same controller method name. We need one for POST and one for GET
Signed-off-by: Julius Härtl <[email protected]> chore: Move to route attributes Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
845e677
to
8345f16
Compare
This reverts commit f790b57. Signed-off-by: Julius Härtl <[email protected]>
8345f16
to
72b5773
Compare
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't test and don't know the code well, but at least didn't spot anything obvious.
Quick attempt to fix #3605
Ideally we'd also remove the document.js usage there, but this at least brings back the functionality.