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

BUG - Exception in Backend when combined with realurl #19

Open
ervaude opened this issue Oct 1, 2018 · 0 comments
Open

BUG - Exception in Backend when combined with realurl #19

ervaude opened this issue Oct 1, 2018 · 0 comments

Comments

@ervaude
Copy link

ervaude commented Oct 1, 2018

The realurl administration module uses edit as a GET parameter when e.g. editing a pathcache. The key in this case is an integer.

The ButtonBarHook of gdpr takes this integer from the GET parameter and passes it to TableInformation::isTableEnabled which expects a string and therefore a type error Exception is thrown.

Most simple solution: cast the value retrieved from GET to a string before passing it on.

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

No branches or pull requests

1 participant