diff --git a/hayamiki_lib b/hayamiki_lib index fed6db1..7a53f1c 160000 --- a/hayamiki_lib +++ b/hayamiki_lib @@ -1 +1 @@ -Subproject commit fed6db131cf6d306092a560ce5764ee87a6f4436 +Subproject commit 7a53f1c12572de03f815376ca5ee3b04590c962c diff --git a/src/generation/edit_view_table_form.anubis b/src/generation/edit_view_table_form.anubis index 3c01d79..2dd1c83 100644 --- a/src/generation/edit_view_table_form.anubis +++ b/src/generation/edit_view_table_form.anubis @@ -19,7 +19,7 @@ public define String )= if cell_description is { - empty then "" + empty then "empty" column(col_name) then if get_column_type_from_name(columns, col_name) is { @@ -32,7 +32,14 @@ public define String } } label(label_str) then "label(\""+label_str+"\")" - + cell(cells) then + "cell(\""+ + join(", ", + map((HK_Edit_View_Table_Cell _cell) + |-> + make_cell(_cell, columns, type_name), + cells))+ + ")" } . -- libgit2 0.21.4