• make uid more safe by adding _ as prefix. Sometime that uid is use as function name. This prevent that uid start with number which not allowed for function name
    fix ajax combo bug by initialize each with different uid
    add resolve_fk parameter in get_one_json and get_rows_json. that allows to retrieve the value of foreign instead of id
    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 »