Skip to content

Commit

Permalink
[5813] Dashboard UI performance with several hundred unpublished items (
Browse files Browse the repository at this point in the history
#104)

* Update version

* Update ui.xml with new Dashlets #5813
  • Loading branch information
jvega190 authored Jan 24, 2023
1 parent a5352f3 commit c9872fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 8 additions & 1 deletion config/studio/ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,14 @@
<widget id="craftercms.components.Dashboard">
<configuration>
<widgets>
<widget id="craftercms.components.AwaitingApprovalDashlet">
<widget id="craftercms.components.LegacyInReviewDashlet">
<permittedRoles>
<role>admin</role>
<role>developer</role>
<role>publisher</role>
</permittedRoles>
</widget>
<widget id="craftercms.components.LegacyUnpublishedDashlet">
<permittedRoles>
<role>admin</role>
<role>developer</role>
Expand Down
5 changes: 1 addition & 4 deletions craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugin:
version:
major: 2
minor: 0
patch: 30
patch: 31
description: |
A versatile blog blueprint.
website:
Expand Down Expand Up @@ -47,9 +47,6 @@ plugin:
name: MIT
url: https://opensource.org/licenses/MIT
crafterCmsVersions:
- major: 4
minor: 0
patch: 2
- major: 4
minor: 0
patch: 3
Expand Down

0 comments on commit c9872fc

Please sign in to comment.