mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
* fix(core): show all organization permissions * chore: update changeset * test: update org scopes tests
436 B
436 B
@logto/core |
---|
patch |
fix: incorrect pagination behavior in organization role scopes APIs
- Fix
/api/organization-roles/{id}/scopes
and/api/organization-roles/{id}/resource-scopes
endpoints to:- Return all scopes when no pagination parameters are provided
- Support optional pagination when query parameters are present
- Fix Console to properly display all organization role scopes on the organization template page