From 98299978dbbfcf6a1056f4629f66ff7eb4237b5e Mon Sep 17 00:00:00 2001 From: Abramova Snezhana Date: Wed, 27 Sep 2023 12:04:09 +0500 Subject: [PATCH] hide menu for temp layers --- addon/templates/components/flexberry-maplayer.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)