Commit 4b1a2c45fc354ed93f3c23bc9ffa6e7d54028b98

Authored by totoro
1 parent 41284b76

update to be compliant with last calexium_lib 1.13 itself ;-)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/CXM_generic_form.anubis
@@ -92,7 +92,7 @@ public type FormField: @@ -92,7 +92,7 @@ public type FormField:
92 Mandatory mandatory), 92 Mandatory mandatory),
93 selector_c (WebArgName web_arg_name, 93 selector_c (WebArgName web_arg_name,
94 String tag, 94 String tag,
95 - List((WebArgValue,String)) items, 95 + List((List(CoreAttrs), WebArgValue, String)) items,
96 Maybe(InitialValue) selected, 96 Maybe(InitialValue) selected,
97 Mandatory mandatory), 97 Mandatory mandatory),
98 98