figueiredorui / 1-click-tasks

Add tasks to User story or Bugs from predefined templates using a single click.
MIT License
6 stars 2 forks source link

0.5 value is transformed into 5 #11

Closed Tom-Spring closed 7 years ago

Tom-Spring commented 7 years ago

Hi Rui

I have just found a minor glitch. If for example the field "remaining work" is set to 0.5 in a task template. That task will be created with "remaining work" 5 instead of 0.5 when using one click tasks to create the task.

Best Regards

Tom

figueiredorui commented 7 years ago

Hi @Tom-Spring , I managed to reproduce this behavior using comma (0,5) instead of point(0.5) for decimal separator. Using 0.5 works fine for me.

Regards,