Skip to content

Plone 6 compatibility#24

Draft
cekk wants to merge 1 commit intomasterfrom
plone6
Draft

Plone 6 compatibility#24
cekk wants to merge 1 commit intomasterfrom
plone6

Conversation

@cekk
Copy link
Member

@cekk cekk commented Nov 19, 2025

No description provided.


define("src/collective/expandcollapse/tile/browser/static/expand_collapse.js", function () {});
//# sourceMappingURL=expand_collapse_compiled.js.map
!function(t){"use strict";function e(e){t(e).find("h2.tileTitle").each(function(){if(0===t(this).children("a").length){var e=t(this).text(),i=t(this).closest(".collapsible, .collapsible-desktop");t(this).html('<a class="tile-collapse-button"><span class="title-content">'.concat(e).concat('</span><span class="title-icon"><i class="fas fa-angle-down"></i><i class="fas fa-angle-up"></i></span></a>')),t(i).hasClass("default-open")&&t(i).addClass("open")}})}function i(){t(".tileWrapper > .collapsible-desktop").length&&e(".tileWrapper > .collapsible-desktop"),t(".tileWrapper > .collapsible").length&&(window.innerWidth<=991?e(".tileWrapper > .collapsible"):t(".tileWrapper > .collapsible").find("h2.tileTitle").each(function(){if(t(this).children("a").length>0){var e=t(this).text();t(this).html(e)}}))}t(document).on("click",".tile-collapse-button",function(e){var i=t(e.target).closest(".collapsible, .collapsible-desktop");i.hasClass("accordion")&&t(".collapsible, .collapsible-desktop").each(function(){t(this).is(i)||(t(this).removeClass("open"),t(this).find(".tileBody, .tileContent").slideUp())}),i.toggleClass("open"),i.find(".tileBody, .tileContent").slideToggle()}),t(window).on("resize orientationchange",function(){i()}),t(function(){i(),window.MutationObserver?t(".pat-tiles-management").each(function(){new MutationObserver(function(t,e){t.forEach(function(t){"childList"==t.type&&i()})}).observe(this,{attributes:!1,childList:!0,subtree:!0})}):t(".pat-tiles-management").on("rtTilesLoaded",function(){i()})})}(jQuery); No newline at end of file

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.

Copilot Autofix

AI 3 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.


define("src/collective/expandcollapse/tile/browser/static/expand_collapse.js", function () {});
//# sourceMappingURL=expand_collapse_compiled.js.map
!function(t){"use strict";function e(e){t(e).find("h2.tileTitle").each(function(){if(0===t(this).children("a").length){var e=t(this).text(),i=t(this).closest(".collapsible, .collapsible-desktop");t(this).html('<a class="tile-collapse-button"><span class="title-content">'.concat(e).concat('</span><span class="title-icon"><i class="fas fa-angle-down"></i><i class="fas fa-angle-up"></i></span></a>')),t(i).hasClass("default-open")&&t(i).addClass("open")}})}function i(){t(".tileWrapper > .collapsible-desktop").length&&e(".tileWrapper > .collapsible-desktop"),t(".tileWrapper > .collapsible").length&&(window.innerWidth<=991?e(".tileWrapper > .collapsible"):t(".tileWrapper > .collapsible").find("h2.tileTitle").each(function(){if(t(this).children("a").length>0){var e=t(this).text();t(this).html(e)}}))}t(document).on("click",".tile-collapse-button",function(e){var i=t(e.target).closest(".collapsible, .collapsible-desktop");i.hasClass("accordion")&&t(".collapsible, .collapsible-desktop").each(function(){t(this).is(i)||(t(this).removeClass("open"),t(this).find(".tileBody, .tileContent").slideUp())}),i.toggleClass("open"),i.find(".tileBody, .tileContent").slideToggle()}),t(window).on("resize orientationchange",function(){i()}),t(function(){i(),window.MutationObserver?t(".pat-tiles-management").each(function(){new MutationObserver(function(t,e){t.forEach(function(t){"childList"==t.type&&i()})}).observe(this,{attributes:!1,childList:!0,subtree:!0})}):t(".pat-tiles-management").on("rtTilesLoaded",function(){i()})})}(jQuery); No newline at end of file

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.

Copilot Autofix

AI 3 months ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant