Error when selecting "Special" in manual contribution form #125

Closed
opened 2019-06-12 11:34:23 +00:00 by galfert · 3 comments
galfert commented 2019-06-12 11:34:23 +00:00 (Migrated from github.com)

When choosing "Special" for the contribution kind, it shows "Community" as selected instead. And when trying to submit the form, it shows this error in the console:

code: 1
dataPath: "/kind"
message: "No enum match for: "special""
params:
value: ""special""
schemaPath: "/properties/kind/type"
subErrors: null
When choosing "Special" for the contribution kind, it shows "Community" as selected instead. And when trying to submit the form, it shows this error in the console: ``` code: 1 dataPath: "/kind" message: "No enum match for: "special"" params: value: ""special"" schemaPath: "/properties/kind/type" subErrors: null ```
raucao commented 2019-06-12 13:04:06 +00:00 (Migrated from github.com)

Means the schemas lib is not the latest version most likely.

Means the schemas lib is not the latest version most likely.
raucao commented 2019-06-12 13:08:39 +00:00 (Migrated from github.com)

Do you get this error locally? Because it's up to date in kredits-contracts and I'm rather sure I tested it manually.

Do you get this error locally? Because it's up to date in `kredits-contracts` and I'm rather sure I tested it manually.
galfert commented 2019-06-12 13:38:57 +00:00 (Migrated from github.com)

No, I got that on https://kredits.kosmos.org when trying to add the call participations. I must have clicked the "Special" kind by accident at first and didn't notice, because the field was showing "Community" afterwards.

No, I got that on https://kredits.kosmos.org when trying to add the call participations. I must have clicked the "Special" kind by accident at first and didn't notice, because the field was showing "Community" afterwards.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kredits/kredits-web#125