scottdurow / power-drag-drop

MIT License
132 stars 29 forks source link

Space in zone name #58

Open cstfr opened 11 months ago

cstfr commented 11 months ago

Hello Scott, Thank you for this excellent work and for sharing it. Just a remark. The zone name comes from the Task table and in French there are spaces in the statuscode. Everything worked fine until I tested HasMovedZone. In the OriginalDropZoneId property the spaces are preserved but not in the DropZoneId property and therefore the value of HasMovedZone was incorrect. I replaced the spaces and everything works fine. AddColumns(Tasks;"Area"; Substitute(Text('Status reason');" "; "_")

Thanks again for this component! Sincerely Jean-Pierre Coursault

scottdurow commented 10 months ago

Thank you @cstfr - indeed there can't be spaces - I will need to automatically remove the spaces for you so that you don't need this work around! Thank you for raising this. 😊