Skip to content

Commit

Permalink
Mapview element by default for a location item (#1032)
Browse files Browse the repository at this point in the history
Closes #1015

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and cweitkamp committed Sep 14, 2019
1 parent 9724045 commit bb4b041
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -268,7 +268,7 @@ public Widget getDefaultWidget(Class<? extends Item> targetItemType, String item
: SitemapFactory.eINSTANCE.createText();
}
if (itemType.equals(LocationItem.class)) {
return SitemapFactory.eINSTANCE.createText();
return SitemapFactory.eINSTANCE.createMapview();
}
if (itemType.equals(CallItem.class)) {
return SitemapFactory.eINSTANCE.createText();
Expand Down

0 comments on commit bb4b041

Please sign in to comment.