From a559268c927fa320ac22beb0cc289f4990f53eea Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Thu, 13 Nov 2025 11:42:30 +0100 Subject: [PATCH] Allow selections on a content picker on a read-only document to be opened. --- .../src/views/propertyeditors/contentpicker/contentpicker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html index 9e8561cc5740..f2cd78bfe160 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html @@ -13,7 +13,7 @@ description="node.url" sortable="!sortableOptions.disabled" allow-remove="allowRemove" - allow-open="model.config.showOpenButton && allowOpen && !dialogEditor && !readonly" + allow-open="model.config.showOpenButton && allowOpen && !dialogEditor" on-remove="remove($index)" on-open="openEditor(node)">