• move the HK_Table_Controller into controller/hk_controller.anubis
    remove the old TM_delete and the TM_writer
    add generic insert_or_update in hk_sql_utils which replace the generated function for each table.
    hk_delete_row now use a generic delete function.
    totoro authored
     
    Browse File »





  • 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
    totoro authored
     
    Browse File »