Skip to content

Commit

Permalink
Merge pull request #691 from silverbulleters/feature/known-steps-for-…
Browse files Browse the repository at this point in the history
…ordinary-app

ОФ: Помощник известных шагов для обычного приложения
  • Loading branch information
artbear authored Mar 1, 2020
2 parents cd1d065 + 944a9fd commit 26cb74f
Show file tree
Hide file tree
Showing 9 changed files with 1,823 additions and 88 deletions.
1 change: 1 addition & 0 deletions epf/bddRunner/bddRunner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4882,6 +4882,7 @@
<Form>ИсследовательФормы</Form>
<Form>ДеталиОшибки</Form>
<Form>МодульАсинк</Form>
<Form>ВыборИзвестногоШагаОФ</Form>
<Template>ОтчетТестирования</Template>
<Template>ШаблонПеревода</Template>
<Template>ПереводСообщений</Template>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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.4">
<Form uuid="63086315-9bf2-46a5-8a7d-d99a071ce5a7">
<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">PersonalComputer</v8:Value>
<v8:Value xsi:type="app:ApplicationUsePurpose">MobileDevice</v8:Value>
</UsePurposes>
<ExtendedPresentation/>
</Properties>
</Form>
</MetaDataObject>
Binary file not shown.

Large diffs are not rendered by default.

Loading

0 comments on commit 26cb74f

Please sign in to comment.