You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org dashboard currently uses the same public API endpoint as the public org profile. If the org itself is not public, the endpoint doesn't return any collections. The org dashboard should use the private collections endpoint with the access filter instead.
The text was updated successfully, but these errors were encountered:
- Fixes#2321
- Resolves#2323
Follows #2327, should be
rebased and merged afterwards
## Changes
- Refactors dashboard and org profile preview to use private API
endpoint, to fix public collections not showing the org visibility is
hidden
- Enables sorting collections by `dateLatest`, sorts public collections
by `dateLatest` by default
- Enables sorting collections by page count
- Shows collection period (i.e. `dateEarliest` to `dateLatest`) in
collections list
- Shows same collection metadata in private and public views, updates
private view info bar
- Fixes "Update Org Profile" action item showing for crawler roles
<!-- ## Follow-ups -->
---------
Co-authored-by: Tessa Walsh <[email protected]>
- Fixes#2321
- Resolves#2323
Follows #2327, should be
rebased and merged afterwards
## Changes
- Refactors dashboard and org profile preview to use private API
endpoint, to fix public collections not showing the org visibility is
hidden
- Enables sorting collections by `dateLatest`, sorts public collections
by `dateLatest` by default
- Enables sorting collections by page count
- Shows collection period (i.e. `dateEarliest` to `dateLatest`) in
collections list
- Shows same collection metadata in private and public views, updates
private view info bar
- Fixes "Update Org Profile" action item showing for crawler roles
<!-- ## Follow-ups -->
---------
Co-authored-by: Tessa Walsh <[email protected]>
The org dashboard currently uses the same public API endpoint as the public org profile. If the org itself is not public, the endpoint doesn't return any collections. The org dashboard should use the private collections endpoint with the
access
filter instead.The text was updated successfully, but these errors were encountered: