This commit is contained in:
2025-04-15 14:29:56 +02:00
parent adaa5c5f39
commit d098b4a0d0

View File

@@ -136,6 +136,7 @@ class AstromicFormController extends FormController {
for (String hostedValueID in valueIDs) {
print('Trying to validate $hostedValueID in $_hostedValues');
print(_hostedValues.containsKey(hostedValueID));
print(_hostedValues[hostedValueID]!.$2);
print(_hostedValues[hostedValueID]!.$1);
print(_hostedValues[hostedValueID]!.$1 == null);
if (_hostedValues.containsKey(hostedValueID) && _hostedValues[hostedValueID]!.$2 && _hostedValues[hostedValueID]!.$1 == null) {