Prevents folder selection in media picker when used from the multi URL picker. (#18288)

This commit is contained in:
Andy Butland
2025-02-11 09:18:01 +01:00
committed by GitHub
parent 026e80e026
commit f30e6cfe7f

View File

@@ -189,6 +189,7 @@ angular.module("umbraco").controller("Umbraco.Editors.LinkPickerController",
startNodeId: startNodeId,
startNodeIsVirtual: startNodeIsVirtual,
dataTypeKey: dialogOptions.dataTypeKey,
disableFolderSelect: true,
submit: function (model) {
var media = model.selection[0];