richardhj / contao-ajax_reload_element

AjaxReloadElement for Contao Open Source CMS
GNU Lesser General Public License v3.0
14 stars 5 forks source link

[WIP] Request uri params #6

Closed richardhj closed 6 years ago

richardhj commented 7 years ago

When using this extension I've had troubles using the MetaModels FE editing - or simply: with elements that use query parameters in the url like .../editing.html?act=edit&id=foo. So I needed to omit the query params. Problems: I cannot use the _SERVER['HTTP_REFERER']. Quickfix works and needs to be optimized.

richardhj commented 6 years ago

Closing in favor of #8.