Skip to content

Drop unused App portals code#2106

Merged
mvorisek merged 5 commits intodevelopfrom
drop_app_portals_code
Sep 10, 2023
Merged

Drop unused App portals code#2106
mvorisek merged 5 commits intodevelopfrom
drop_app_portals_code

Conversation

@mvorisek
Copy link
Copy Markdown
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
Copy Markdown
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 force-pushed the drop_app_portals_code branch from 4356dd3 to f310783 Compare September 10, 2023 09:13
@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
@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

Development

Successfully merging this pull request may close these issues.

1 participant