Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistent idQueue and ids in saved queries #730

Closed
wants to merge 1 commit into from
Closed

Fix inconsistent idQueue and ids in saved queries #730

wants to merge 1 commit into from

Commits on Nov 25, 2013

  1. Fix inconsitent idQueue and ids in saved queries

    - Some dashboard can be saved using non-compact ids array for queries,
    - PR ensures that nextId() returns a valid identifier:
      - either one from the queue that is not used in the ids array
      - or one that is not used in the array
      - of the usual ids.length when ids is compact and idQueue is empty.
    Pierre Baillet committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    2c25525 View commit details
    Browse the repository at this point in the history