Open GreenCity23 opened 1 year ago
Environment: Windows 11 Home Chrome 114.0.5735.91 (Official buid) (64-bit) GreenCityDocker-3 is built and running.
Reproducible: always.
Pre-conditions: User is not logged in
Steps to reproduce
Actual result: Form-data model:
{ "image": "string", "source": "https://example.org/", "shortInfo": "string", "tags": [ "string" ], "titleTranslation": {"content": "string", "languageCode": "string"}, "textTranslation": {"content": "string", "languageCode": "string"} }
Expected result: Form data model:
{"tags":["string"],"text":"string","title":"string","source":"string"}
Environment: Windows 11 Home Chrome 114.0.5735.91 (Official buid) (64-bit) GreenCityDocker-3 is built and running.
Reproducible: always.
Pre-conditions: User is not logged in
Steps to reproduce
Actual result: Form-data model:
{ "image": "string", "source": "https://example.org/", "shortInfo": "string", "tags": [ "string" ], "titleTranslation": {"content": "string", "languageCode": "string"}, "textTranslation": {"content": "string", "languageCode": "string"} }
Expected result: Form data model:
{"tags":["string"],"text":"string","title":"string","source":"string"}