-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c3f3b7
commit 2820864
Showing
15 changed files
with
872 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
OpenYellow.YPM/src/DataProcessors/YPM_МенеджерПакетов/Commands/Пакеты/CommandModule.bsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
&НаКлиенте | ||
Процедура ОбработкаКоманды(ПараметрКоманды, ПараметрыВыполненияКоманды) | ||
ОткрытьФорму("Обработка.YPM_МенеджерПакетов.Форма", , ПараметрыВыполненияКоманды.Источник, ПараметрыВыполненияКоманды.Уникальность, ПараметрыВыполненияКоманды.Окно, ПараметрыВыполненияКоманды.НавигационнаяСсылка); | ||
КонецПроцедуры |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...ellow.YPM/src/DataProcessors/YPM_МенеджерПакетов/Forms/Форма/ConditionalAppearance.dcssca
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ConditionalAppearance xmlns="http://v8.1c.ru/8.1/data-composition-system/settings" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:sys="http://v8.1c.ru/8.1/data/ui/fonts/system" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:web="http://v8.1c.ru/8.1/data/ui/colors/web" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:win="http://v8.1c.ru/8.1/data/ui/colors/windows"> | ||
<item> | ||
<selection> | ||
<item> | ||
<field>СписокФайловВерсия</field> | ||
</item> | ||
<item> | ||
<field>СписокФайловФайл</field> | ||
</item> | ||
<item> | ||
<field>СписокФайловРазмер</field> | ||
</item> | ||
<item> | ||
<field>СписокФайловСкачиваний</field> | ||
</item> | ||
<item> | ||
<field>СписокФайловАдресФайла</field> | ||
</item> | ||
</selection> | ||
<filter> | ||
<item xsi:type="FilterItemComparison"> | ||
<left xsi:type="dcscor:Field">СписокФайлов.UUID</left> | ||
<comparisonType>InList</comparisonType> | ||
<right xsi:type="v8:ValueListType"> | ||
<v8:lastId xsi:type="xs:decimal">-1</v8:lastId> | ||
</right> | ||
</item> | ||
</filter> | ||
<appearance> | ||
<dcscor:item xsi:type="SettingsParameterValue"> | ||
<dcscor:parameter>ЦветФона</dcscor:parameter> | ||
<dcscor:value xsi:type="v8ui:Color">web:MediumGreen</dcscor:value> | ||
</dcscor:item> | ||
</appearance> | ||
</item> | ||
</ConditionalAppearance> |
Oops, something went wrong.