creecros / Group_assign

Kanboard Plugin to Assign Tasks to Groups and multiple users
MIT License
61 stars 23 forks source link

Plugin breaks colored categories in Kanboard 1.2.6 #8

Closed XBase-xOR closed 5 years ago

XBase-xOR commented 5 years ago

Kanboard 1.2.6 comes with a new feature for colored categories.

As soon as the Group_assign plugin is activated the feature no longer works (categories are simply displayed without colors on the board).

creecros commented 5 years ago

didn't even realize 1.2.6 was out. I think I used an override on the details.php, which would explain it. I can probably just use a hook, and that should fix it. Might be a week or so for me to get to it.

creecros commented 5 years ago

yeah, looks like an easy fix, but it will move assigned group to the bottom of the column, cause that's where the hook is.

creecros commented 5 years ago

apparently it's more than that. Only other overrides were in the model and helper, probably in the model. I've been wanting to reduce the overrides anyway, which will make it more compatible in the long run, when i made this plugin, i knew less than i do now. It's gonna need an overhaul though to do it, so might take me longer than expected.

creecros commented 5 years ago

Band-aid for now. It is the TaskFinderModel override, and that's going to be a tough one to remove as an override.

image

XBase-xOR commented 5 years ago

Thx for the quick response and fix!