Clicking an image in the media picker opened by RTE, should select the image instead of showing details.

This commit is contained in:
Claus
2016-01-12 21:58:37 +01:00
parent 6a6939d8c8
commit 646ab931b0

View File

@@ -248,7 +248,7 @@ angular.module("umbraco")
$scope.mediaPickerOverlay = {
currentTarget: currentTarget,
onlyImages: true,
showDetails: true,
showDetails: false,
disableFolderSelect: true,
startNodeId: userData.startMediaId,
view: "mediapicker",