creecros / MetaMagik

Custom Fields for Kanboard - Plugin MetaMagik
MIT License
98 stars 16 forks source link

Metadata changes now showing in notification hooks #85

Closed tvhdev closed 1 year ago

tvhdev commented 1 year ago

a small patch to include metadata changes in notification hooks, please consider!

creecros commented 1 year ago

87 This PR is causing issue.

there is no callback in the array_filter $values = array_filter($values); line 36 of NewTaskModificationModel, which results in removing empty values, thus you cannot unassign a task.

before removing it, im trying to understand the original intent as to why this line exists.