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

redmine default image url link fix #78

Open ryonjeong opened 12 years ago

ryonjeong commented 12 years ago

thx for great plugin. :-) I found minor bug.

FILENAME:

> redmine-1.3.2-1/apps/redmine/vendor/plugins/redmine_scrumbler/assets/javascripts/scrumbler-backlog.js

LINE:

265 line

(before) src: '/images/'+config.image,

(after) src: '/redmine/images/'+config.image,