atk4 / login

Add-on implementing User Login, Registration, Management and Password
https://agiletoolkit.org
MIT License
26 stars 22 forks source link

app->stickyGet is lost after authentication? #41

Closed mkrecek234 closed 3 years ago

mkrecek234 commented 4 years ago

I have an $app->stickyGet parameter and also authenticate using atk4/login. However, if the autentication is done and user logged in, the stickyGet is missing.

acicovic commented 4 years ago

@mkrecek234 did the mentioned PR solve the issue?

mkrecek234 commented 4 years ago

No, this still is an issue in atk4 2.2 and corresponding login repo...

DarkSide666 commented 4 years ago

Which atk4/login release (or develop) are you using?

mkrecek234 commented 4 years ago

Was an issue in develop branch since creation of this issue; Still is one in 2.2 confirmed. 2.3 and develop not tested but I assume this is not a bug but a missing feature.

DarkSide666 commented 4 years ago

There was big changes in how stickyGet is treated in UI repo not long ago. Probably that's what cause this issue.