muesli / polly

Polly wants a cracker
GNU Affero General Public License v3.0
3 stars 1 forks source link

Amounts with decimal point pass form validation but do not create proposal #20

Open moba opened 7 years ago

moba commented 7 years ago

22.2222 is a valid entry, so is 22.22, but you cannot submit them:

Failed adding your proposal: Error: Ember Data Request POST xxxx/v1/proposals returned a 400 Payload (Empty Content-Type) [object Object]

Ideally we cut everything after a "." already on the submission form.