Comment 4 for bug 391910

Revision history for this message
Curtis Hovey (sinzui) wrote : Re: "undefined assigned to you" on milestone page

Wow. I cannot see how you are getting that. We are both seeing the same page on edge.

The specification_count_text method does this:
    count = len(self.specifications)
    return '<strong>%d blueprints</strong>' % count
which I can see from the image is "0 blueprints" in a <strong> tag.

The page calls specification_count_text:
    <span id="specification-count" style="color: #3594bb;"
      tal:content="structure view/specification_count_text">2 blueprints</span>
    <tal:and condition="view/has_bugs_or_specs">and</tal:and>

So there is no " - <number> assigned to you" that can be generated. Since the colour is blue, I know the phantom information is in the span.

This leads me ask two questions.
1) Are you running any grease-monkey scripts that rewrites this page?
2) Do you think this hacked feature should really be supported by the code?