You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: