samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

Can't see any issues on board #76

Open dobak opened 10 years ago

dobak commented 10 years ago

Hello,

I've just installed redmine 2.5 with ekanban plugin on Ubuntu 12.04. After configuring I can see Kanban's Panes but they are empty. I've got some issues with different statuses in Project but no in kanban

Also I can't open Reports, because got Internal Server Error.

Can you help?

kaspot commented 10 years ago

Hi,

I'm having the same issue here. I'm running on OSX with redmine 2.4.5.stable. Any body got an idea how to solve this?

asilverstein commented 6 years ago

In my install of Redmine 2.6, I was able to solve the issue of missing cards on Kanban panes (they are present but made invisible by Bootstrap's tooltip CSS opacity rule) by removing the jQuery UI Tooltip code, and then adding the following line to kanban.css:

.tooltip {
  opacity: 1 !important;
}