Skip to content

Commit c4b36c7

Browse files
committed
Поправил имя команды открытия запросов текущего отчета
1 parent 57d503a commit c4b36c7

File tree

2 files changed

+9
-8
lines changed
  • src/Инструменты/src/Reports/УИ_КонсольОтчетов/Forms/Форма

2 files changed

+9
-8
lines changed

src/Инструменты/src/Reports/УИ_КонсольОтчетов/Forms/Форма/Form.form

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@
615615
<representationInContextMenu>Auto</representationInContextMenu>
616616
</items>
617617
<items xsi:type="form:Button">
618-
<name>ДеревоОтчетовОткрытьВКонсолеЗапросов</name>
618+
<name>ДеревоОтчетовОткрытьВКонсолиЗапросов</name>
619619
<id>885</id>
620620
<visible>true</visible>
621621
<enabled>true</enabled>
622622
<userVisible>
623623
<common>true</common>
624624
</userVisible>
625625
<extendedTooltip>
626-
<name>ДеревоОтчетовОткрытьВКонсолеЗапросовРасширеннаяПодсказка</name>
626+
<name>ДеревоОтчетовОткрытьВКонсолиЗапросовРасширеннаяПодсказка</name>
627627
<id>886</id>
628628
<visible>true</visible>
629629
<enabled>true</enabled>
@@ -637,8 +637,9 @@
637637
<horizontalAlign>Left</horizontalAlign>
638638
</extInfo>
639639
</extendedTooltip>
640-
<commandName>Form.Command.ОткрытьВКонсолеЗапросов</commandName>
640+
<commandName>Form.Command.ОткрытьВКонсолиЗапросов</commandName>
641641
<representation>Auto</representation>
642+
<onlyInAllActions>false</onlyInAllActions>
642643
<autoMaxWidth>true</autoMaxWidth>
643644
<autoMaxHeight>true</autoMaxHeight>
644645
<placementArea>UserCmds</placementArea>
@@ -919,7 +920,7 @@
919920
<horizontalAlign>Left</horizontalAlign>
920921
</extInfo>
921922
</extendedTooltip>
922-
<commandName>Form.Command.ОткрытьВКонсолеЗапросов</commandName>
923+
<commandName>Form.Command.ОткрытьВКонсолиЗапросов</commandName>
923924
<representation>Auto</representation>
924925
<autoMaxWidth>true</autoMaxWidth>
925926
<autoMaxHeight>true</autoMaxHeight>
@@ -14866,10 +14867,10 @@
1486614867
<currentRowUse>Auto</currentRowUse>
1486714868
</formCommands>
1486814869
<formCommands>
14869-
<name>ОткрытьВКонсолеЗапросов</name>
14870+
<name>ОткрытьВКонсолиЗапросов</name>
1487014871
<title>
1487114872
<key>ru</key>
14872-
<value>Открыть в консоле запросов</value>
14873+
<value>Открыть в консоли запросов</value>
1487314874
</title>
1487414875
<id>33</id>
1487514876
<use>
@@ -14880,7 +14881,7 @@
1488014881
</picture>
1488114882
<action xsi:type="form:FormCommandHandlerContainer">
1488214883
<handler>
14883-
<name>ОткрытьВКонсолеЗапросов</name>
14884+
<name>ОткрытьВКонсолиЗапросов</name>
1488414885
</handler>
1488514886
</action>
1488614887
<representation>TextPicture</representation>

src/Инструменты/src/Reports/УИ_КонсольОтчетов/Forms/Форма/Module.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@
42184218
КонецПроцедуры
42194219

42204220
&НаКлиенте
4221-
Процедура ОткрытьВКонсолеЗапросов(Команда)
4221+
Процедура ОткрытьВКонсолиЗапросов(Команда)
42224222
Адрес = ПодготовитьДанныеЗапросовДляКонсоли();
42234223

42244224
Если ЗначениеЗаполнено(Адрес) Тогда

0 commit comments

Comments
 (0)