Skip to content

can only show one banner per release #3353

Closed
@glasser

Description

@glasser

banner code is buggy:

    var lastShown = new Date(row.lastShown);
    return lastShown < bannerDate;

row.lastShown is something like "2014-12-23T01:31:14.612Z" and that doesn't actually convert into Date.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions