Skip to content

Commit

Permalink
Merge pull request #359 from plone/contentbrowser-bugfix
Browse files Browse the repository at this point in the history
Fix `pat-contentbrowser` for `CatalogSource` vocabulary lookups.
  • Loading branch information
1letter authored Nov 9, 2024
2 parents 29d0229 + a58f391 commit 41be8cd
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions news/359.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix `pat-contentbrowser` for `CatalogSource` widgets.
See https://github.com/plone/mockup/releases/tag/5.2.0-beta.1
[petschki]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"
},
"dependencies": {
"@plone/mockup": "5.2.0-beta.0",
"@plone/mockup": "5.2.0-beta.1",
"bootstrap-icons": "1.11.3",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
Expand Down
4 changes: 2 additions & 2 deletions src/plone/staticresources/static/bundle-plone/bundle.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/plone/staticresources/static/bundle-plone/remote.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1862,10 +1862,10 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@plone/mockup@5.2.0-beta.0":
version "5.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@plone/mockup/-/mockup-5.2.0-beta.0.tgz#059a929fe183aeb0d7e1924303e0d6b07a2b5d04"
integrity sha512-8tJTZoJ2YmY3AMsP1yPSryTUshCdeb8PVKk0t8bV7tQmZfLFG1RnY68rajnmfJzL2nPmgs4X2sCwDlGYAP1DlA==
"@plone/mockup@5.2.0-beta.1":
version "5.2.0-beta.1"
resolved "https://registry.yarnpkg.com/@plone/mockup/-/mockup-5.2.0-beta.1.tgz#7a3afd27f141a79e186aab159abd7f5cc210aaf4"
integrity sha512-qv6eZdnMSAONzf9VqbbQ2jL4XvLX3uWpDbefD4TKVdlnpQ+D7akoKtIHRveLF+FyaLqmTX0U22/2iNLFQXa7/A==
dependencies:
"@11ty/eleventy-upgrade-help" "2"
"@patternslib/pat-code-editor" "4.0.1"
Expand Down

0 comments on commit 41be8cd

Please sign in to comment.