mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-28 08:48:45 +02:00
Merge branch 'master' into develop
This commit is contained in:
commit
4a5614213f
@ -90,7 +90,8 @@ precommit4onec может читать настройки своей работ
|
||||
}
|
||||
}
|
||||
}
|
||||
}```
|
||||
}
|
||||
```
|
||||
|
||||
## Расширение функциональности
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
И я выполняю команду "oscript" с параметрами "<КаталогПроекта>/src/main.os install rep1"
|
||||
И я установил рабочий каталог как текущий каталог
|
||||
|
||||
Сценарий: Разбор отчетов, обработок, конфигурации на исходники.
|
||||
Сценарий: Разбор отчетов, обработок, расширений на исходники.
|
||||
Когда Я копирую файл "tests/fixtures/demo/DemoОбработка.epf" в каталог репозитория "РабочийКаталог"
|
||||
И я копирую файл "tests/fixtures/demo/DemoОтчет.erf" в каталог репозитория "РабочийКаталог"
|
||||
И я копирую файл "tests/fixtures/demo/DemoРасширение.cfe" в каталог репозитория "РабочийКаталог"
|
||||
@ -62,6 +62,26 @@
|
||||
И В каталоге "src" репозитория "РабочийКаталог" есть файл "cfe\DemoРасширение\Subsystems\DemoРасш_Demo.xml"
|
||||
И В каталоге "src" репозитория "РабочийКаталог" есть файл "cfe\DemoРасширение\Languages\Русский.xml"
|
||||
|
||||
Сценарий: Разбор конфигурации на исходники с последующим применением правил к распакованным модулям.
|
||||
Когда Я копирую каталог "src" из каталога "tests/fixtures/cf-common-forms" проекта в рабочий каталог
|
||||
И я копирую файл "v8config.json" из каталога "tests/fixtures/cf-common-forms" проекта в рабочий каталог
|
||||
И я выполняю команду "oscript" с параметрами "<КаталогПроекта>/src/main.os exec-rules ."
|
||||
Тогда В каталоге "src\Catalogs\Справочник1\Forms\ФормаЭлемента\Ext\Form" репозитория "РабочийКаталог" есть файл "Module.bsl"
|
||||
И файл "src\Catalogs\Справочник1\Forms\ФормаЭлемента\Ext\Form\Module.bsl" в рабочем каталоге содержит
|
||||
"""
|
||||
Процедура ПриОткрытии()
|
||||
|
||||
Сообщить("Hello, world!");
|
||||
|
||||
Условие = Истина;
|
||||
|
||||
Если Условие Тогда
|
||||
Возврат;
|
||||
КонецЕсли;
|
||||
|
||||
КонецПроцедуры
|
||||
"""
|
||||
|
||||
Сценарий: Успешный коммит в репозиторий
|
||||
Когда Я копирую файл "tests\fixtures\ПроверкаДублейПроцедурПоложительныйТест.bsl" в каталог репозитория "РабочийКаталог"
|
||||
И Я установил рабочий каталог как текущий каталог
|
||||
@ -148,7 +168,7 @@
|
||||
Тогда Файл "\src\Документ.mdo" в рабочем каталоге содержит "fullTextSearch>Use<"
|
||||
И Файл "\src\Документ.xml" в рабочем каталоге не содержит "FullTextSearch>Use<"
|
||||
|
||||
Сценарий: Прекоммит, анализируя исходники исправляет неканоничкое написание ключевых слов на каноническое
|
||||
Сценарий: Прекоммит, анализируя исходники исправляет неканоническое написание ключевых слов на каноническое
|
||||
Когда Я копирую файл "tests\fixtures\ИсправлениеНеКаноническогоНаписания.bsl" в каталог репозитория "РабочийКаталог"
|
||||
И я выполняю команду "git" с параметрами "add --all"
|
||||
И я выполняю команду "git" с параметрами "commit -m addFile"
|
||||
|
@ -11,7 +11,7 @@
|
||||
.ЗависитОт("1bdd", "1.9.0")
|
||||
.ЗависитОт("gitrunner", "1.6.0")
|
||||
.ЗависитОт("v8runner", "1.3.0")
|
||||
.ЗависитОт("v8unpack", "1.0.3")
|
||||
.ЗависитОт("v8unpack", "1.0.4")
|
||||
.ВключитьФайл("src")
|
||||
.ВключитьФайл("v8config.json")
|
||||
.ВключитьФайл("LICENSE")
|
||||
|
@ -64,7 +64,7 @@
|
||||
КонецЕсли;
|
||||
|
||||
ПереместитьФайл(ФайлМодуля.ПолноеИмя, Файл.ПолноеИмя);
|
||||
ДополнительныеПараметры.ФайлыДляПостОбработки.Добавить(Файл.ПолноеИмя);
|
||||
ДополнительныеПараметры.ФайлыДляПостОбработки.Добавить(Файл);
|
||||
|
||||
КонецЦикла;
|
||||
|
||||
|
76
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1.xml
vendored
Normal file
76
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1.xml
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<BusinessProcess uuid="eee45611-49ab-4d28-9173-a42ad7d8f97a">
|
||||
<InternalInfo>
|
||||
<xr:GeneratedType name="BusinessProcessObject.БизнесПроцесс1" category="Object">
|
||||
<xr:TypeId>aec7aac6-e072-4e6b-a299-99d8d138734d</xr:TypeId>
|
||||
<xr:ValueId>3e337cb9-e176-4fc2-981c-96b000a2b11e</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="BusinessProcessRef.БизнесПроцесс1" category="Ref">
|
||||
<xr:TypeId>514fdebf-5e57-4278-89f0-c51fbce2a8ab</xr:TypeId>
|
||||
<xr:ValueId>6153b20e-023c-4b93-bce1-5cbb667b8444</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="BusinessProcessSelection.БизнесПроцесс1" category="Selection">
|
||||
<xr:TypeId>0b98dc22-e4f3-4775-9d47-7ae5e0509f53</xr:TypeId>
|
||||
<xr:ValueId>23d2b633-8d35-4248-afc1-5db786e3b125</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="BusinessProcessList.БизнесПроцесс1" category="List">
|
||||
<xr:TypeId>0e2ec2b9-eb1f-47c9-927e-fbea77a812b2</xr:TypeId>
|
||||
<xr:ValueId>7a2d8e3c-2ac7-45c6-bc10-dd65a0b98754</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="BusinessProcessManager.БизнесПроцесс1" category="Manager">
|
||||
<xr:TypeId>74865a4a-bf83-46d2-a4d2-7bde00ada760</xr:TypeId>
|
||||
<xr:ValueId>6b202b37-8180-46b3-bd5b-2164db154761</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="BusinessProcessRoutePointRef.БизнесПроцесс1" category="RoutePointRef">
|
||||
<xr:TypeId>3f91a457-c9a5-4c95-bcd5-47f685565625</xr:TypeId>
|
||||
<xr:ValueId>e819e219-fa17-4935-bea9-d5f2b8e66b74</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
</InternalInfo>
|
||||
<Properties>
|
||||
<Name>БизнесПроцесс1</Name>
|
||||
<Synonym/>
|
||||
<Comment/>
|
||||
<UseStandardCommands>false</UseStandardCommands>
|
||||
<EditType>InDialog</EditType>
|
||||
<InputByString>
|
||||
<xr:Field>BusinessProcess.БизнесПроцесс1.StandardAttribute.Number</xr:Field>
|
||||
</InputByString>
|
||||
<CreateOnInput>DontUse</CreateOnInput>
|
||||
<SearchStringModeOnInputByString>Begin</SearchStringModeOnInputByString>
|
||||
<ChoiceDataGetModeOnInputByString>Directly</ChoiceDataGetModeOnInputByString>
|
||||
<FullTextSearchOnInputByString>DontUse</FullTextSearchOnInputByString>
|
||||
<DefaultObjectForm>BusinessProcess.БизнесПроцесс1.Form.ФормаБизнесПроцесса</DefaultObjectForm>
|
||||
<DefaultListForm>BusinessProcess.БизнесПроцесс1.Form.ФормаСписка</DefaultListForm>
|
||||
<DefaultChoiceForm/>
|
||||
<AuxiliaryObjectForm/>
|
||||
<AuxiliaryListForm/>
|
||||
<AuxiliaryChoiceForm/>
|
||||
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
|
||||
<NumberType>String</NumberType>
|
||||
<NumberLength>9</NumberLength>
|
||||
<NumberAllowedLength>Variable</NumberAllowedLength>
|
||||
<CheckUnique>true</CheckUnique>
|
||||
<Characteristics/>
|
||||
<Autonumbering>true</Autonumbering>
|
||||
<BasedOn/>
|
||||
<NumberPeriodicity>Nonperiodical</NumberPeriodicity>
|
||||
<Task>Task.Задача1</Task>
|
||||
<CreateTaskInPrivilegedMode>false</CreateTaskInPrivilegedMode>
|
||||
<DataLockFields/>
|
||||
<DataLockControlMode>Managed</DataLockControlMode>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<FullTextSearch>Use</FullTextSearch>
|
||||
<ObjectPresentation/>
|
||||
<ExtendedObjectPresentation/>
|
||||
<ListPresentation/>
|
||||
<ExtendedListPresentation/>
|
||||
<Explanation/>
|
||||
<DataHistory>DontUse</DataHistory>
|
||||
</Properties>
|
||||
<ChildObjects>
|
||||
<Form>ФормаБизнесПроцесса</Form>
|
||||
<Form>ФормаСписка</Form>
|
||||
</ChildObjects>
|
||||
</BusinessProcess>
|
||||
</MetaDataObject>
|
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Form uuid="1af1ae03-f52b-4650-986d-bc63aa0c9926">
|
||||
<Properties>
|
||||
<Name>ФормаБизнесПроцесса</Name>
|
||||
<Synonym>
|
||||
<v8:item>
|
||||
<v8:lang>ru</v8:lang>
|
||||
<v8:content>Форма бизнес процесса</v8:content>
|
||||
</v8:item>
|
||||
</Synonym>
|
||||
<Comment/>
|
||||
<FormType>Ordinary</FormType>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<UsePurposes>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">PlatformApplication</v8:Value>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">MobilePlatformApplication</v8:Value>
|
||||
</UsePurposes>
|
||||
</Properties>
|
||||
</Form>
|
||||
</MetaDataObject>
|
Binary file not shown.
21
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1/Forms/ФормаСписка.xml
vendored
Normal file
21
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1/Forms/ФормаСписка.xml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Form uuid="0dbad928-1ecb-478f-831b-d310cfab3ca8">
|
||||
<Properties>
|
||||
<Name>ФормаСписка</Name>
|
||||
<Synonym>
|
||||
<v8:item>
|
||||
<v8:lang>ru</v8:lang>
|
||||
<v8:content>Форма списка</v8:content>
|
||||
</v8:item>
|
||||
</Synonym>
|
||||
<Comment/>
|
||||
<FormType>Ordinary</FormType>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<UsePurposes>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">PlatformApplication</v8:Value>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">MobilePlatformApplication</v8:Value>
|
||||
</UsePurposes>
|
||||
</Properties>
|
||||
</Form>
|
||||
</MetaDataObject>
|
BIN
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1/Forms/ФормаСписка/Ext/Form.bin
vendored
Normal file
BIN
tests/fixtures/cf-common-forms/src/BusinessProcesses/БизнесПроцесс1/Forms/ФормаСписка/Ext/Form.bin
vendored
Normal file
Binary file not shown.
86
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1.xml
vendored
Normal file
86
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1.xml
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Catalog uuid="60ae4ab9-a09f-420a-8f0e-fe632bb8898f">
|
||||
<InternalInfo>
|
||||
<xr:GeneratedType name="CatalogObject.Справочник1" category="Object">
|
||||
<xr:TypeId>978c729e-345c-4319-8cef-04172fd668fe</xr:TypeId>
|
||||
<xr:ValueId>f8fe4238-7f96-464d-8a17-2e6da92a17d3</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="CatalogRef.Справочник1" category="Ref">
|
||||
<xr:TypeId>fc850cc0-f5de-4d75-b369-3339216d105c</xr:TypeId>
|
||||
<xr:ValueId>82e33c7d-c5a0-45aa-9175-57bd563531ae</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="CatalogSelection.Справочник1" category="Selection">
|
||||
<xr:TypeId>f8ebbdb2-b290-4484-9f4e-9fd6e1f73231</xr:TypeId>
|
||||
<xr:ValueId>6ee17db6-0a8b-49c9-a22a-0c1de3690e49</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="CatalogList.Справочник1" category="List">
|
||||
<xr:TypeId>6e0099b9-5b53-47fe-8bbb-973707ecdc36</xr:TypeId>
|
||||
<xr:ValueId>2543c789-2746-4726-a3bd-4a9e17f9e6a5</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="CatalogManager.Справочник1" category="Manager">
|
||||
<xr:TypeId>36cabef9-2884-47b7-91ba-9c20d86442f5</xr:TypeId>
|
||||
<xr:ValueId>c0cd17dd-7e16-4eb8-a6a9-bb582010e4c8</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
</InternalInfo>
|
||||
<Properties>
|
||||
<Name>Справочник1</Name>
|
||||
<Synonym/>
|
||||
<Comment/>
|
||||
<Hierarchical>false</Hierarchical>
|
||||
<HierarchyType>HierarchyFoldersAndItems</HierarchyType>
|
||||
<LimitLevelCount>false</LimitLevelCount>
|
||||
<LevelCount>2</LevelCount>
|
||||
<FoldersOnTop>true</FoldersOnTop>
|
||||
<UseStandardCommands>false</UseStandardCommands>
|
||||
<Owners/>
|
||||
<SubordinationUse>ToItems</SubordinationUse>
|
||||
<CodeLength>9</CodeLength>
|
||||
<DescriptionLength>25</DescriptionLength>
|
||||
<CodeType>String</CodeType>
|
||||
<CodeAllowedLength>Variable</CodeAllowedLength>
|
||||
<CodeSeries>WholeCatalog</CodeSeries>
|
||||
<CheckUnique>true</CheckUnique>
|
||||
<Autonumbering>true</Autonumbering>
|
||||
<DefaultPresentation>AsDescription</DefaultPresentation>
|
||||
<Characteristics/>
|
||||
<PredefinedDataUpdate>Auto</PredefinedDataUpdate>
|
||||
<EditType>InDialog</EditType>
|
||||
<QuickChoice>false</QuickChoice>
|
||||
<ChoiceMode>BothWays</ChoiceMode>
|
||||
<InputByString>
|
||||
<xr:Field>Catalog.Справочник1.StandardAttribute.Description</xr:Field>
|
||||
<xr:Field>Catalog.Справочник1.StandardAttribute.Code</xr:Field>
|
||||
</InputByString>
|
||||
<SearchStringModeOnInputByString>Begin</SearchStringModeOnInputByString>
|
||||
<FullTextSearchOnInputByString>DontUse</FullTextSearchOnInputByString>
|
||||
<ChoiceDataGetModeOnInputByString>Directly</ChoiceDataGetModeOnInputByString>
|
||||
<DefaultObjectForm>Catalog.Справочник1.Form.ФормаЭлемента</DefaultObjectForm>
|
||||
<DefaultFolderForm/>
|
||||
<DefaultListForm/>
|
||||
<DefaultChoiceForm/>
|
||||
<DefaultFolderChoiceForm/>
|
||||
<AuxiliaryObjectForm/>
|
||||
<AuxiliaryFolderForm/>
|
||||
<AuxiliaryListForm/>
|
||||
<AuxiliaryChoiceForm/>
|
||||
<AuxiliaryFolderChoiceForm/>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<BasedOn/>
|
||||
<DataLockFields/>
|
||||
<DataLockControlMode>Managed</DataLockControlMode>
|
||||
<FullTextSearch>Use</FullTextSearch>
|
||||
<ObjectPresentation/>
|
||||
<ExtendedObjectPresentation/>
|
||||
<ListPresentation/>
|
||||
<ExtendedListPresentation/>
|
||||
<Explanation/>
|
||||
<CreateOnInput>Use</CreateOnInput>
|
||||
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
|
||||
<DataHistory>DontUse</DataHistory>
|
||||
</Properties>
|
||||
<ChildObjects>
|
||||
<Form>ФормаЭлемента</Form>
|
||||
</ChildObjects>
|
||||
</Catalog>
|
||||
</MetaDataObject>
|
21
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1/Forms/ФормаЭлемента.xml
vendored
Normal file
21
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1/Forms/ФормаЭлемента.xml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Form uuid="f03d55a5-c016-4d07-bbae-d371cfb729f0">
|
||||
<Properties>
|
||||
<Name>ФормаЭлемента</Name>
|
||||
<Synonym>
|
||||
<v8:item>
|
||||
<v8:lang>ru</v8:lang>
|
||||
<v8:content>Форма элемента</v8:content>
|
||||
</v8:item>
|
||||
</Synonym>
|
||||
<Comment/>
|
||||
<FormType>Ordinary</FormType>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<UsePurposes>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">PlatformApplication</v8:Value>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">MobilePlatformApplication</v8:Value>
|
||||
</UsePurposes>
|
||||
</Properties>
|
||||
</Form>
|
||||
</MetaDataObject>
|
BIN
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1/Forms/ФормаЭлемента/Ext/Form.bin
vendored
Normal file
BIN
tests/fixtures/cf-common-forms/src/Catalogs/Справочник1/Forms/ФормаЭлемента/Ext/Form.bin
vendored
Normal file
Binary file not shown.
16
tests/fixtures/cf-common-forms/src/ConfigDumpInfo.xml
vendored
Normal file
16
tests/fixtures/cf-common-forms/src/ConfigDumpInfo.xml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ConfigDumpInfo xmlns="http://v8.1c.ru/8.3/xcf/dumpinfo" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" format="Hierarchical" version="2.8">
|
||||
<ConfigVersions>
|
||||
<Metadata name="BusinessProcess.БизнесПроцесс1" id="eee45611-49ab-4d28-9173-a42ad7d8f97a" configVersion="ca4a661a087ec645bf4703bcf57ac92f00000000"/>
|
||||
<Metadata name="BusinessProcess.БизнесПроцесс1.Form.ФормаБизнесПроцесса" id="1af1ae03-f52b-4650-986d-bc63aa0c9926" configVersion="378107f10f5e7342a99c47d7a2d3b29100000000"/>
|
||||
<Metadata name="BusinessProcess.БизнесПроцесс1.Form.ФормаБизнесПроцесса.Form" id="1af1ae03-f52b-4650-986d-bc63aa0c9926.0" configVersion="7ba952f31b200447aeb8af0bc40e735d00000000"/>
|
||||
<Metadata name="BusinessProcess.БизнесПроцесс1.Form.ФормаСписка" id="0dbad928-1ecb-478f-831b-d310cfab3ca8" configVersion="6d0c6eafed45644ab0fd69859cc56e2100000000"/>
|
||||
<Metadata name="BusinessProcess.БизнесПроцесс1.Form.ФормаСписка.Form" id="0dbad928-1ecb-478f-831b-d310cfab3ca8.0" configVersion="04fd0ae925a9174bace5e6ebb32c779b00000000"/>
|
||||
<Metadata name="Catalog.Справочник1" id="60ae4ab9-a09f-420a-8f0e-fe632bb8898f" configVersion="befb5de552561f4b890296e63bb2cf7600000000"/>
|
||||
<Metadata name="Catalog.Справочник1.Form.ФормаЭлемента" id="f03d55a5-c016-4d07-bbae-d371cfb729f0" configVersion="c6c63d09b1a3014fa5ba75bae9e517b100000000"/>
|
||||
<Metadata name="Catalog.Справочник1.Form.ФормаЭлемента.Form" id="f03d55a5-c016-4d07-bbae-d371cfb729f0.0" configVersion="695590c6755e9544a5b728d2282c1f3f00000000"/>
|
||||
<Metadata name="Configuration.Конфигурация" id="b4bb993c-0276-4fc3-bc8f-e6a83c495c2d" configVersion="45556cd7fa23a749886e99c113db6ab400000000"/>
|
||||
<Metadata name="Language.Русский" id="11decc79-5e16-4e21-807b-3de57f51ba5b" configVersion="c156135412cef54a9ec4ece35fd12a3c00000000"/>
|
||||
<Metadata name="Task.Задача1" id="1d1bd021-ed61-4677-9430-c4ffce40dc5b" configVersion="e4720078ad57824c96396c1222e49a5c00000000"/>
|
||||
</ConfigVersions>
|
||||
</ConfigDumpInfo>
|
141
tests/fixtures/cf-common-forms/src/Configuration.xml
vendored
Normal file
141
tests/fixtures/cf-common-forms/src/Configuration.xml
vendored
Normal file
@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Configuration uuid="b4bb993c-0276-4fc3-bc8f-e6a83c495c2d">
|
||||
<InternalInfo>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>9cd510cd-abfc-11d4-9434-004095e12fc7</xr:ClassId>
|
||||
<xr:ObjectId>10da88c3-327f-4a33-b483-b14bbeeaf52c</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>9fcd25a0-4822-11d4-9414-008048da11f9</xr:ClassId>
|
||||
<xr:ObjectId>d088c2d1-2bd1-4ea6-bbf5-6afb17a76d35</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>e3687481-0a87-462c-a166-9f34594f9bba</xr:ClassId>
|
||||
<xr:ObjectId>709f0999-a0f1-45f8-bbcc-8b56213d00eb</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>9de14907-ec23-4a07-96f0-85521cb6b53b</xr:ClassId>
|
||||
<xr:ObjectId>e5948cf5-df97-4bb9-b01e-e77e6fc43ae0</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>51f2d5d8-ea4d-4064-8892-82951750031e</xr:ClassId>
|
||||
<xr:ObjectId>c2f695b6-49f2-4b89-b779-e982d7451612</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
<xr:ContainedObject>
|
||||
<xr:ClassId>e68182ea-4237-4383-967f-90c1e3370bc7</xr:ClassId>
|
||||
<xr:ObjectId>4d5630ac-62c8-46f2-ba86-d984ef9ca8e6</xr:ObjectId>
|
||||
</xr:ContainedObject>
|
||||
</InternalInfo>
|
||||
<Properties>
|
||||
<Name>Конфигурация</Name>
|
||||
<Synonym/>
|
||||
<Comment/>
|
||||
<NamePrefix/>
|
||||
<ConfigurationExtensionCompatibilityMode>Version8_3_14</ConfigurationExtensionCompatibilityMode>
|
||||
<DefaultRunMode>OrdinaryApplication</DefaultRunMode>
|
||||
<UsePurposes>
|
||||
<v8:Value xsi:type="app:ApplicationUsePurpose">PlatformApplication</v8:Value>
|
||||
</UsePurposes>
|
||||
<ScriptVariant>Russian</ScriptVariant>
|
||||
<DefaultRoles/>
|
||||
<Vendor/>
|
||||
<Version/>
|
||||
<UpdateCatalogAddress/>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<UseManagedFormInOrdinaryApplication>false</UseManagedFormInOrdinaryApplication>
|
||||
<UseOrdinaryFormInManagedApplication>false</UseOrdinaryFormInManagedApplication>
|
||||
<AdditionalFullTextSearchDictionaries/>
|
||||
<CommonSettingsStorage/>
|
||||
<ReportsUserSettingsStorage/>
|
||||
<ReportsVariantsStorage/>
|
||||
<FormDataSettingsStorage/>
|
||||
<DynamicListsUserSettingsStorage/>
|
||||
<Content/>
|
||||
<DefaultReportForm/>
|
||||
<DefaultReportVariantForm/>
|
||||
<DefaultReportSettingsForm/>
|
||||
<DefaultDynamicListSettingsForm/>
|
||||
<DefaultSearchForm/>
|
||||
<DefaultDataHistoryChangeHistoryForm/>
|
||||
<DefaultDataHistoryVersionDataForm/>
|
||||
<DefaultDataHistoryVersionDifferencesForm/>
|
||||
<RequiredMobileApplicationPermissions>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Multimedia</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Location</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Contacts</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Calendars</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Telephony</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">PushNotification</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">LocalNotification</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Print</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">InAppPurchases</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">Ads</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">BackgroundLocation</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">BackgroundAudioPlayback</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
<v8:pair>
|
||||
<v8:Key xsi:type="app:RequiredMobileApplicationPermissions">FileExchangeWithPersonalComputer</v8:Key>
|
||||
<v8:Value xsi:type="xs:boolean">false</v8:Value>
|
||||
</v8:pair>
|
||||
</RequiredMobileApplicationPermissions>
|
||||
<MainClientApplicationWindowMode>Normal</MainClientApplicationWindowMode>
|
||||
<DefaultInterface/>
|
||||
<DefaultStyle/>
|
||||
<DefaultLanguage>Language.Русский</DefaultLanguage>
|
||||
<BriefInformation/>
|
||||
<DetailedInformation/>
|
||||
<Copyright/>
|
||||
<VendorInformationAddress/>
|
||||
<ConfigurationInformationAddress/>
|
||||
<DataLockControlMode>Managed</DataLockControlMode>
|
||||
<ObjectAutonumerationMode>NotAutoFree</ObjectAutonumerationMode>
|
||||
<ModalityUseMode>DontUse</ModalityUseMode>
|
||||
<SynchronousPlatformExtensionAndAddInCallUseMode>DontUse</SynchronousPlatformExtensionAndAddInCallUseMode>
|
||||
<InterfaceCompatibilityMode>Taxi</InterfaceCompatibilityMode>
|
||||
<CompatibilityMode>Version8_3_14</CompatibilityMode>
|
||||
<DefaultConstantsForm/>
|
||||
</Properties>
|
||||
<ChildObjects>
|
||||
<Language>Русский</Language>
|
||||
<Catalog>Справочник1</Catalog>
|
||||
<BusinessProcess>БизнесПроцесс1</BusinessProcess>
|
||||
<Task>Задача1</Task>
|
||||
</ChildObjects>
|
||||
</Configuration>
|
||||
</MetaDataObject>
|
16
tests/fixtures/cf-common-forms/src/Languages/Русский.xml
vendored
Normal file
16
tests/fixtures/cf-common-forms/src/Languages/Русский.xml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Language uuid="11decc79-5e16-4e21-807b-3de57f51ba5b">
|
||||
<Properties>
|
||||
<Name>Русский</Name>
|
||||
<Synonym>
|
||||
<v8:item>
|
||||
<v8:lang>ru</v8:lang>
|
||||
<v8:content>Русский</v8:content>
|
||||
</v8:item>
|
||||
</Synonym>
|
||||
<Comment/>
|
||||
<LanguageCode>ru</LanguageCode>
|
||||
</Properties>
|
||||
</Language>
|
||||
</MetaDataObject>
|
73
tests/fixtures/cf-common-forms/src/Tasks/Задача1.xml
vendored
Normal file
73
tests/fixtures/cf-common-forms/src/Tasks/Задача1.xml
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xmlns:lf="http://v8.1c.ru/8.2/managed-application/logform" 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:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:xen="http://v8.1c.ru/8.3/xcf/enums" xmlns:xpr="http://v8.1c.ru/8.3/xcf/predef" xmlns:xr="http://v8.1c.ru/8.3/xcf/readable" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.8">
|
||||
<Task uuid="1d1bd021-ed61-4677-9430-c4ffce40dc5b">
|
||||
<InternalInfo>
|
||||
<xr:GeneratedType name="TaskObject.Задача1" category="Object">
|
||||
<xr:TypeId>821e608a-b732-4bc6-9eef-13e67f5aa969</xr:TypeId>
|
||||
<xr:ValueId>2d977cfb-cd2c-4899-87b3-374afc1175f8</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="TaskRef.Задача1" category="Ref">
|
||||
<xr:TypeId>290a5e6f-2f16-4897-b76e-1f04b84a5f82</xr:TypeId>
|
||||
<xr:ValueId>bf0538df-285b-4322-8732-67fb146a6416</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="TaskSelection.Задача1" category="Selection">
|
||||
<xr:TypeId>9936a24f-488c-483e-9579-5afe5360977e</xr:TypeId>
|
||||
<xr:ValueId>f50cdd98-e7b4-4ca5-9b0a-8d62688999dc</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="TaskList.Задача1" category="List">
|
||||
<xr:TypeId>3dcff750-701d-44ae-8aa7-904d7e303f8e</xr:TypeId>
|
||||
<xr:ValueId>54013469-7c0e-4552-8b11-803492c99ee2</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
<xr:GeneratedType name="TaskManager.Задача1" category="Manager">
|
||||
<xr:TypeId>7104c54c-fc01-4aba-9ecd-29f1741ecd36</xr:TypeId>
|
||||
<xr:ValueId>dceec379-be0b-47b8-9289-b745635a59eb</xr:ValueId>
|
||||
</xr:GeneratedType>
|
||||
</InternalInfo>
|
||||
<Properties>
|
||||
<Name>Задача1</Name>
|
||||
<Synonym/>
|
||||
<Comment/>
|
||||
<UseStandardCommands>false</UseStandardCommands>
|
||||
<NumberType>String</NumberType>
|
||||
<NumberLength>9</NumberLength>
|
||||
<NumberAllowedLength>Variable</NumberAllowedLength>
|
||||
<CheckUnique>true</CheckUnique>
|
||||
<Autonumbering>true</Autonumbering>
|
||||
<TaskNumberAutoPrefix>DontUse</TaskNumberAutoPrefix>
|
||||
<DescriptionLength>25</DescriptionLength>
|
||||
<Addressing/>
|
||||
<MainAddressingAttribute/>
|
||||
<CurrentPerformer/>
|
||||
<BasedOn/>
|
||||
<Characteristics/>
|
||||
<DefaultPresentation>AsDescription</DefaultPresentation>
|
||||
<EditType>InDialog</EditType>
|
||||
<InputByString>
|
||||
<xr:Field>Task.Задача1.StandardAttribute.Description</xr:Field>
|
||||
<xr:Field>Task.Задача1.StandardAttribute.Number</xr:Field>
|
||||
</InputByString>
|
||||
<SearchStringModeOnInputByString>Begin</SearchStringModeOnInputByString>
|
||||
<FullTextSearchOnInputByString>DontUse</FullTextSearchOnInputByString>
|
||||
<ChoiceDataGetModeOnInputByString>Directly</ChoiceDataGetModeOnInputByString>
|
||||
<CreateOnInput>DontUse</CreateOnInput>
|
||||
<DefaultObjectForm/>
|
||||
<DefaultListForm/>
|
||||
<DefaultChoiceForm/>
|
||||
<AuxiliaryObjectForm/>
|
||||
<AuxiliaryListForm/>
|
||||
<AuxiliaryChoiceForm/>
|
||||
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
|
||||
<IncludeHelpInContents>false</IncludeHelpInContents>
|
||||
<DataLockFields/>
|
||||
<DataLockControlMode>Managed</DataLockControlMode>
|
||||
<FullTextSearch>Use</FullTextSearch>
|
||||
<ObjectPresentation/>
|
||||
<ExtendedObjectPresentation/>
|
||||
<ListPresentation/>
|
||||
<ExtendedListPresentation/>
|
||||
<Explanation/>
|
||||
<DataHistory>DontUse</DataHistory>
|
||||
</Properties>
|
||||
<ChildObjects/>
|
||||
</Task>
|
||||
</MetaDataObject>
|
13
tests/fixtures/cf-common-forms/v8config.json
vendored
Normal file
13
tests/fixtures/cf-common-forms/v8config.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Precommt4onecСценарии": {
|
||||
"ИспользоватьСценарииРепозитория": false,
|
||||
"КаталогЛокальныхСценариев": "",
|
||||
"ГлобальныеСценарии": [
|
||||
"РазборОбычныхФормНаИсходники.os",
|
||||
"ИсправлениеНеКаноническогоНаписания.os"
|
||||
],
|
||||
"ОтключенныеСценарии": [],
|
||||
"НастройкиСценариев": {},
|
||||
"Проекты": {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user