[5.1.54] Task editor issue

Thank you very much for reporting it.

Execute this SQL Script to fix that error.

Update Widgets 
set Properties = REPLACE(Properties,'"DurationFormat":null','"DurationFormat":""')
Where CreatorName = 'TaskEditorCreator'

It will work fine on next update.

2 Likes