Argument "physicalAddress" has invalid value $physicalAddress. In field "geom": Expected type "Point", found "". #27
Labels
No labels
bug
design
duplicate
enhancement
help wanted
invalid
needs testing on live
nice2have
question
translation
upstream
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: potsda.mn/mobilizon#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dieser Fehler kommt, wenn ich versuche eine neue Gruppe anzulegen und dann komme ich auch nicht weiter.
Argument "physicalAddress" has invalid value $physicalAddress. In field "geom": Expected type "Point", found "".
This is issue is a bit complicated:
so one question is:
Do we want an Address to be a required field for creating Groups, or do we allow the creation of Groups without an Address?
I made the address input required to create or update a Group, so that it's validated before submitting the request -> before running into the $physicalAddress invalid value error
e4607567ce
This commit can not be upstreamed as it is just a "workaround":
The validation for group name and address fields is only done on the front-end, so it's possible for the user to create or update a group with an empty name and an empty address.
see #29
The problem seems to have been solved, but is it now always necessary to enter an address for new groups? What about groups that may not have a physical address?