diff --git a/addon/templates/components/flexberry-maplayer.hbs b/addon/templates/components/flexberry-maplayer.hbs index bf8fce661..6c445f22b 100644 --- a/addon/templates/components/flexberry-maplayer.hbs +++ b/addon/templates/components/flexberry-maplayer.hbs @@ -65,7 +65,7 @@ click=(action "onAttributesButtonClick" readonlyData) }} {{/if}} - {{#if (and (not readonly) (or _fitBoundsOperationIsAvailable (not readonlyModel) createNewLayerAccess))}} + {{#if (and (not readonly) (or _fitBoundsOperationIsAvailable (not readonlyModel) createNewLayerAccess) (not layer.temp))}}
{{flexberry-button class=(concat "more floated " flexberryClassNames.preventExpandCollapse)