Minor addition to the U4-4477 fix

This commit is contained in:
perploug
2014-03-19 17:37:59 +01:00
parent 7b4f7abbcd
commit 2470ec3ded

View File

@@ -148,7 +148,7 @@ function mediaHelper(umbRequestHelper) {
//we either have properties raw on the object, or spread out on tabs
var result = "";
if(mediaItem.properties){
return _iterateProps(mediaItem.properties);
result = _iterateProps(mediaItem.properties);
}else if(mediaItem.tabs){
for(var tab in mediaItem.tabs) {
if(mediaItem.tabs[tab].properties){