Bugfixes - On GenList 'default_rows_per_page' now behaves as expected
4.0.50
Bugfixes - Undeclared variable produces a warning on the console, I just prevented the error from happening
4.0.49
Features - GenList now support 'autorefresh' attribute to refresh the list automatically after a given time in miliseconds
4.0.48
Bugfixes - Rewritten the places where class attributes 'codenerix_request' and 'codenerix_uuid' are set - Moved the class attributes 'codenerix_request' and 'codenerix_uuid' in bodybuilder to the if statement where objects are processed not fixed values from optimized queries
4.0.47
Features - Class attributes 'codenerix_request' and 'codenerix_uuid' are now generally available in all classes that inherit from GenBase, GenList, GenCreate, GenUpdate, GenDelete, GenDetail, GenForeignKey, CodenerixModel, CodenerixForm & CodenerixModelForm
4.0.46
Features - Added a new method decorator to control group access to a method.