-
start to implement the combo search, still not finished
-
add order_by parameter in get_all_XXX_by_clause
-
Jqrid now show 30 lines as default and the editing can be made by double click on the line
-
still working on refactoring of the view and from
-
Add argument HK_Referer in get_rows_json rename web action view_table in list_view
-
begin to manage the referer
-
…at the dialog filter the selector with that referer
-
add view selector on top of table if there is more than 1 view exists some clean up
-
add jqgrid init in partial content init jqgrid, translate label in colModel
-
Add the management of viewing the fk_view option of edit_view. fk_view option allow to watch the One to Many foreign key
-
One with complete Type given from web args and one with list of available fields of that type. This make update or insert with only available columns from web args. Manage that previous behavior by adding new controller action "update_row" and "update_row_and_new" but the last one is not already managed