Skip to content

Default role and owner role not returning default assignments when filtering - #2684 front#6124

Mark Harding requested to merge feat/role-assign-f6124 into master

Ticket(s) / Related Merge Requests

Summary of Changes

#2684 (closed) front#6124 (closed)

Testing Considerations

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

Developer Testing Completed

@markharding 👍

Screenshots / Screen Recording

{
  "data": {
    "usersByRole": {
      "pageInfo": {
        "hasNextPage": true,
        "hasPreviousPage": false,
        "startCursor": null,
        "endCursor": "Mw=="
      },
      "edges": [
        {
          "node": {
            "id": "user-1540482017907445761",
            "username": "minds"
          },
          "cursor": "MQ==",
          "roles": [
            {
              "name": "DEFAULT"
            },
            {
              "name": "OWNER"
            }
          ]
        },
        {
          "node": {
            "id": "user-1559178928768159762",
            "username": "mark"
          },
          "cursor": "Mg==",
          "roles": [
            {
              "name": "DEFAULT"
            }
          ]
        },
        {
          "node": {
            "id": "user-1570837478858821634",
            "username": "testing4"
          },
          "cursor": "Mw==",
          "roles": [
            {
              "name": "DEFAULT"
            }
          ]
        }
      ]
    }
  }
}

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports