Should not show editable views for objects in flexible layout and display layout (#2304)

* fix issue where editable summary widget view shows up in display layout and flexible layout

* keep consistent kebab case for props
This commit is contained in:
Deep Tailor
2019-03-18 11:59:09 -07:00
committed by Andrew Henry
parent 6338bd1168
commit 95549f7be2
4 changed files with 15 additions and 5 deletions

View File

@ -27,6 +27,7 @@
:domain-object="domainObject"
:object-path="objectPath"
:has-frame="item.hasFrame"
:show-edit-view="false"
ref="objectFrame">
</object-frame>
</layout-frame>