Commit c67a99e044981be6b56cba704826b6b1f4fb980d
1 parent
16f88339
add comment
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
view/view_table_renderer.anubis
| @@ -1127,7 +1127,8 @@ public define Maybe(HTML_Partial_Content) | @@ -1127,7 +1127,8 @@ public define Maybe(HTML_Partial_Content) | ||
| 1127 | { | 1127 | { |
| 1128 | failure then failure, | 1128 | failure then failure, |
| 1129 | success(vtm_e) then | 1129 | success(vtm_e) then |
| 1130 | - since vtm_e is vtm_edit(_, get_edit), | 1130 | + since vtm_e is vtm_edit(_, get_edit), |
| 1131 | + //get editor by his view name | ||
| 1131 | if get_edit(db, action, view_name) is | 1132 | if get_edit(db, action, view_name) is |
| 1132 | { | 1133 | { |
| 1133 | hk_form_in_list(tb_name, v_name, list_form_entries, list_tabs) then | 1134 | hk_form_in_list(tb_name, v_name, list_form_entries, list_tabs) then |