fix: open dialog when clicking on content on pending bundles (#36250)#36292
fix: open dialog when clicking on content on pending bundles (#36250)#36292gortiz-dotcms wants to merge 2 commits into
Conversation
|
Claude finished @gortiz-dotcms's task in 2m 28s —— View job 🔍 dotCMS Backend Review PipelineTasks:
ResultsSecurity: 1 High finding — see review comment Database: ✅ NO_FINDINGS Java Standards: ✅ NO_FINDINGS REST API: ✅ NO_FINDINGS
|
🤖 Bedrock Review —
|
🔍 dotCMS Backend Review[🟠 High]
<a href="javascript:void(0)" onclick="openContentEditor('<%=inode%>', '<%=contentTypeVariable%>')">💡 Apply JS escaping first, then HTML escaping for the attribute context (both from the already-imported <a href="javascript:void(0)"
onclick="openContentEditor('<%=StringEscapeUtils.escapeHtml(StringEscapeUtils.escapeJavaScript(inode))%>',
'<%=StringEscapeUtils.escapeHtml(StringEscapeUtils.escapeJavaScript(contentTypeVariable))%>')">Next steps
|
…entTransformer (#33645) Contentlet.getContentType() returns null when the content type has been deleted. Calling .name() and .variable() on the result directly caused an unhandled NPE that broke the publishing queue UI for every asset in the affected bundle. Cache the result once and guard for null before use. Refs: #33645
Open edit content dialog to improve navigation on the pending bundle tab.
Grabacion.de.pantalla.2026-06-23.a.la.s.4.46.18.p.m.mov
This PR fixes: #36250