Commit 29f8d658ac51fc111da7ecbff1724e6b2153cb65
1 parent
e3cc0aaf
replace aws_controller and aws_action by aws_c and aws_a (no functional change)
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
view/view_table_renderer.anubis
| ... | ... | @@ -171,7 +171,7 @@ define String |
| 171 | 171 | active_filters |
| 172 | 172 | ))) |
| 173 | 173 | ; |
| 174 | -"$('#"+combo_uid+"').ajaxComboBox( '?aws_controller=hk_c&aws_action=combo_search', | |
| 174 | +"$('#"+combo_uid+"').ajaxComboBox( '?aws_c=hk_c&aws_a=combo_search', | |
| 175 | 175 | {" |
| 176 | 176 | + |
| 177 | 177 | if init_value is {failure then "", success(value) then |
| ... | ... | @@ -483,7 +483,7 @@ public define HTML_Partial_Content |
| 483 | 483 | .autocomplete('option', 'source', newUniqueValues); |
| 484 | 484 | }; |
| 485 | 485 | $('#"+uid+"_grid').jqGrid({ |
| 486 | -url:'?aws_controller=hk_c&aws_action=grid_view&table_name="+rows.table_name+"&view_name="+rows.view_name+"&filter_name="+filter_name+filter_clause+referer_arg+"',"+ | |
| 486 | +url:'?aws_c=hk_c&aws_a=grid_view&table_name="+rows.table_name+"&view_name="+rows.view_name+"&filter_name="+filter_name+filter_clause+referer_arg+"',"+ | |
| 487 | 487 | "datatype: \"json\", |
| 488 | 488 | "+ |
| 489 | 489 | to_jqGrid_ColModel(db, table_referer, _T, rows.view_model.list)+","+ |
| ... | ... | @@ -1077,7 +1077,7 @@ public define List(CXM_Form_Field) |
| 1077 | 1077 | with refresh_func = uid+foreign_table_name+"_"+c_name+"_selector_refresh", |
| 1078 | 1078 | with value = get_DB_id(lwa, c_name, _value), |
| 1079 | 1079 | //with load_script = "Xlib.load_content('"+uid+foreign_table_name+"_"+c_name+"_selector', '?aws_controller=hk_c&aws_action=selector&table_name="+foreign_table_name+"&fk_filter="+fk_clause+"&selected="+value+"');", |
| 1080 | - with load_script = script("text/javascript","function "+refresh_func+"() { Xlib.load_content('"+uid+foreign_table_name+"_"+c_name+"_selector', '?aws_controller=hk_c&aws_action=selector&table_name="+foreign_table_name+"&fk_filter="+fk_clause+"&selected="+value+"');} "+refresh_func+"(); "), | |
| 1080 | + with load_script = script("text/javascript","function "+refresh_func+"() { Xlib.load_content('"+uid+foreign_table_name+"_"+c_name+"_selector', '?aws_c=hk_c&aws_a=selector&table_name="+foreign_table_name+"&fk_filter="+fk_clause+"&selected="+value+"');} "+refresh_func+"(); "), | |
| 1081 | 1081 | [ |
| 1082 | 1082 | partial(jq_dialog_create(dialog_id(uid+foreign_table_name+"_dlg_ajax"), ajax(controller_action("hk_c", "ajax_edit_table&dialog_id="+uid+foreign_table_name+"_dlg_ajax&sub_dialog=true&table_name="+foreign_table_name)))), |
| 1083 | 1083 | one_line_fields([ | ... | ... |