Merge pull request #2679 from stephen47/temp-U4-11426
U4-11426 - Fixed bug with media picker not populating URL in RTE link editor when search is used.
This commit is contained in:
@@ -330,6 +330,11 @@ angular.module("umbraco")
|
|||||||
{
|
{
|
||||||
alias: "umbracoHeight",
|
alias: "umbracoHeight",
|
||||||
value: mediaItem.metaData.umbracoHeight.Value
|
value: mediaItem.metaData.umbracoHeight.Value
|
||||||
|
},
|
||||||
|
{
|
||||||
|
alias: 'umbracoFile',
|
||||||
|
editor: mediaItem.metaData.umbracoFile.PropertyEditorAlias,
|
||||||
|
value: mediaItem.metaData.umbracoFile.Value
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user