[SYNC]
This commit is contained in:
@@ -310,7 +310,7 @@ class AstromicFormController extends FormController {
|
|||||||
FormGroupInstance(
|
FormGroupInstance(
|
||||||
composedID: pr + standeredGroupFormat(formGroupID, i.toString(), ''),
|
composedID: pr + standeredGroupFormat(formGroupID, i.toString(), ''),
|
||||||
fields: Map<String, String>.fromEntries(fieldsIDs
|
fields: Map<String, String>.fromEntries(fieldsIDs
|
||||||
.map((String id) => MapEntry<String, String>(pr + standeredGroupFormat(formGroupID, i.toString(), id), value(pr + standeredGroupFormat(formGroupID, i.toString(), id))))
|
.map((String id) => MapEntry<String, String>(pr + standeredGroupFormat(formGroupID, i.toString(), id), tryValue(pr + standeredGroupFormat(formGroupID, i.toString(), id)) ?? ''))
|
||||||
.toList()),
|
.toList()),
|
||||||
values: valuesIDs.isNotEmpty
|
values: valuesIDs.isNotEmpty
|
||||||
? Map<String, dynamic>.fromEntries(valuesIDs
|
? Map<String, dynamic>.fromEntries(valuesIDs
|
||||||
|
|||||||
Reference in New Issue
Block a user