[Layout] Add check to view in frame

Add check to template for views in frame to avoid populating
frame prematurely; WTD-1182.
This commit is contained in:
Victor Woeltjen 2015-05-20 14:02:53 -07:00
parent 4c6cad3e77
commit f74199e60f

View File

@ -14,7 +14,7 @@
</div> </div>
<div class="abs object-holder"> <div class="abs object-holder">
<mct-representation key="representation.selected.key" <mct-representation key="representation.selected.key"
mct-object="domainObject"> mct-object="representation.selected.key && domainObject">
</mct-representation> </mct-representation>
</div> </div>
</div> </div>