256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

Bug: Some images are not being rendered #95

Open Blacksus opened 11 years ago

Blacksus commented 11 years ago

When installed, the page scrumbler_backlogs, that shows the Backlog, doesn't show the arrow images. So, I tried to render the image, and the path is wrong. The path in file "scrumbler-backlog.js" is: "src: '/images/'+config.image,", at line 256. I change the line to "src: '../../images/'+config.image," and the image goes right.