Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Fixed a bug where sections’ Min Authors settings were defaulting to `1` when blank. ([#19001](https://github.com/craftcms/cms/pull/19001))
- Fixes a bug where the “View entry” permission was listed twice for Single sections, causing a SQL error when both were selected. ([#19002](https://github.com/craftcms/cms/pull/19002))
- Fixes a bug where user group handles weren’t getting auto-generated. ([#19002](https://github.com/craftcms/cms/pull/19002))
- Fixed a JavaScript error that could occur in the Control Panel when a custom element was registered more than once.
- Fixed a bug where Control Panel action menu items could trigger their action twice when clicked.
- Fixed a bug where legacy Control Panel JavaScript wasn’t loaded and initialized on all Control Panel pages.

## 6.0.0-alpha.5 - 2026-05-27

Expand Down
6 changes: 5 additions & 1 deletion packages/craftcms-legacy/cp/src/js/CP.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import {QueueService} from '@craftcms/cp';
// Import from the deep service module rather than the package root. The root
// entry (`@craftcms/cp`) side-effect-registers WebAwesome components (e.g.
// `wa-icon`); pulling that into this separately-webpacked legacy bundle causes
// a duplicate custom-element registration when it loads alongside the Vite app.
import {QueueService} from '@craftcms/cp/services/Queue.ts.mjs';
/** global: Craft */
/** global: Garnish */
/** global: $ */
Expand Down
1 change: 1 addition & 0 deletions resources/build/assets/AppLayout-BS0EK9S2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/build/assets/AppLayout-CMfRP4dO.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading