Prevents folder selection in media picker when used from the multi URL picker. (#18288)
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user