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