"Have" column displayed as just a line regardless of actual numbers

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Cantello
Posts: 5
Joined: Fri Dec 07, 2018 10:32 am

"Have" column displayed as just a line regardless of actual numbers

Post by Cantello »

In my "have" column there is always only a little, vertical, grey line, which should be an actual green bar displaying the number of available issues of total issues. Mylar 0.6.9 runs in a docker container and I did not change (to my knowledge) any advanced settings. When I check the source, it is displayed correctly, e.g.:

Code: Select all

<td id="have"><span title="34.285714285714285"></span><div class="progress-container missing"><div style="width:34.285714285714285%"><span class="progressbar-front-text">24/70</span></div></div></td>
But it is displayed as the thin grey line. Am I missing something in the CSS definitions?

Image
Cantello
Posts: 5
Joined: Fri Dec 07, 2018 10:32 am

Re: "Have" column displayed as just a line regardless of actual numbers

Post by Cantello »

Ok, just found the github issue...

https://github.com/mylar3/mylar3/issues/1270

Sorry for not checking before. :-/
Post Reply