happy-se-life/kanban

Filter blank users

Smosia opened this issue · 4 comments

Hello, thank you for great plugin.

If I chose group with many users in filter many empty user rows appears in kanban table.
Could you please add option to skip users in kanban table with no cards(issues)?

I tried to do that by myself, but I don't know ruby language well.
You can add that option to constants.rb
Thank you

P.S. Maybe you can give some advices and I will try to do that?

I've fix that problem, but I think you will do it in better way
Smosia@0c4f468

@Smosia
Hello,

I have added new option and released new version.
Please change DISPLAY_USER_WITHOUT_ISSUES = 0 in constants.rb.
I look forward to working with you.

Smosia@ed39b0e
Fix bug. Old implementation don't hide inactive users, because of:
https://github.com/happy-se-life/kanban/blob/master/app/controllers/kanban_controller.rb#L69

Thank you for your work.
I've chose your kanban implementation to manage issues in team.

@Smosia
Hello,

That was my elementary mistake!!
Thank you for pointing out the bug.