atk4 / login

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

Refactor to latest Atk4/ui changed (form entity) #113

Closed mkrecek234 closed 6 months ago

DarkSide666 commented 6 months ago

Something is messed up recently with hooks in ATK, so tests fail with out of memory.

mkrecek234 commented 6 months ago

Could be that this has something to do with the new recursive check of models? Upon init of a model it walks through all references - and with login's ACL this can cause issues? Not sure... shall we merge still as this is a minor refactor?

DarkSide666 commented 6 months ago

OK will merge this is and try to fix recursive behavior in next PR. Thanks!