Skip to content

License UI incorrectly show the user count #7671

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

Closed
sharkymark opened this issue May 24, 2023 · 0 comments · Fixed by #8118
Closed

License UI incorrectly show the user count #7671

sharkymark opened this issue May 24, 2023 · 0 comments · Fixed by #8118
Assignees
Labels
site Area: frontend dashboard
Milestone

Comments

@sharkymark
Copy link
Contributor

Version: v0.23.5+ef2411e

An existing license (called 10) has 5 users.

I added a second license (called 11) with 150 users.

The UI shows two licenses with 150 users.

image

Here is trimmed down coder licenses list where you see the 5 and 150 user count

    "id": 10,
    "uploaded_at": "2023-04-07T11:54:33.532829-05:00",
    "claims": {
      "all_features": true,
      "exp": 1712422415,
      "features": {
        "user_limit": 5
      },
      "license_expires": 1712422415
      "version": 3
    }
  },
  {
    "id": 11,
    "uploaded_at": "2023-05-24T16:16:19.725302-05:00",
    "claims": {
      "all_features": true,
      "exp": 1717286400,
      "features": {
        "user_limit": 150
      },
      "license_expires": 1717286400,
      "version": 3
    }
  }
]
@sharkymark sharkymark added the bug label May 24, 2023
@matifali matifali added the site Area: frontend dashboard label May 25, 2023
@rodrimaia rodrimaia self-assigned this May 25, 2023
@matifali matifali added the bug label Jun 6, 2023
@rodrimaia rodrimaia added this to the ❓Sprint 1 milestone Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site Area: frontend dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants