HuasoFoundries/phpPgAdmin6

Regression: loading views do not refresh browser

ffflabs opened this issue · 0 comments

Since version beta.17, loading a view in the detail iframe doesn't reload the contents of the browser iframe.

This happens because Misc::printFooter method was moved to HelperTrait::printFooter, in which browser reloading is conditioned to a private member variable $_reload_browser of class Misc.