Thanks to visit codestin.com
Credit goes to github.com

Skip to content

License UI incorrectly show the user count #7671

Closed
@sharkymark

Description

@sharkymark

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
    }
  }
]

Metadata

Metadata

Assignees

Labels

siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions