You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this code does not recognise the source attribute and will only serialise/marshal the default property name 'Fields'.
I tried using name instead and it suffers from the same problem.
Fields = field.Collection(field.String(), source='ActiveFields')this code does not recognise the source attribute and will only serialise/marshal the default property name 'Fields'.
I tried using name instead and it suffers from the same problem.