You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
Currently the grid records of a atkOneToManyRelation are loaded within the display() and edit() methods. It's a kind of funny that $grid->loadRecords() is both times commented as "early loading"... That's not "early" - the contrary is the case. The record loading should be implemented within the regular load() method, the whole grid should be created within the init() method.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue by PhrozenByte from 2012-08-03 13:47:25 +0200
Originally opened as https://github.com/atkphpframework/atk-history/issues/5
Currently the grid records of a atkOneToManyRelation are loaded within the display() and edit() methods. It's a kind of funny that $grid->loadRecords() is both times commented as "early loading"... That's not "early" - the contrary is the case. The record loading should be implemented within the regular load() method, the whole grid should be created within the init() method.
The text was updated successfully, but these errors were encountered: