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

Drop unused App portals code #2106

Merged
merged 5 commits into from
Sep 10, 2023
Merged

Drop unused App portals code #2106

merged 5 commits into from
Sep 10, 2023

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Sep 10, 2023

App portals objects are not stored since #1771

private function getRenderedPortals(): array
{
// prevent looping (calling App::terminateJson() recursively) if JsReload is used in Modal
unset($_GET['__atk_reload']);
Copy link
Member Author

@mvorisek mvorisek Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR does not replace this unset in any way, but it should be no longer needed, as tested since it was introduced in #1374.

@mvorisek mvorisek marked this pull request as ready for review September 10, 2023 09:24
@mvorisek mvorisek merged commit 5f5f149 into develop Sep 10, 2023
54 of 55 checks passed
@mvorisek mvorisek deleted the drop_app_portals_code branch September 10, 2023 10:08
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.

None yet

1 participant