Skip to content

Commit 0da1146

Browse files
authored
Content picker: Allow selections on a content picker on a read-only document to be opened (closes #20816) (#20819)
Allow selections on a content picker on a read-only document to be opened.
1 parent a7b4481 commit 0da1146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="node.url"
1414
sortable="!sortableOptions.disabled"
1515
allow-remove="allowRemove"
16-
allow-open="model.config.showOpenButton && allowOpen && !dialogEditor && !readonly"
16+
allow-open="model.config.showOpenButton && allowOpen && !dialogEditor"
1717
on-remove="remove($index)"
1818
on-open="openEditor(node)">
1919
</umb-node-preview>

0 commit comments

Comments
 (0)