Open dobak opened 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?
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;
}
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?