Commit 4b1a2c45fc354ed93f3c23bc9ffa6e7d54028b98
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 | 92 | Mandatory mandatory), |
| 93 | 93 | selector_c (WebArgName web_arg_name, |
| 94 | 94 | String tag, |
| 95 | - List((WebArgValue,String)) items, | |
| 95 | + List((List(CoreAttrs), WebArgValue, String)) items, | |
| 96 | 96 | Maybe(InitialValue) selected, |
| 97 | 97 | Mandatory mandatory), |
| 98 | 98 | ... | ... |