Skip to content

Commit

Permalink
Багфикс определения по файлу изменений, что требуется полная выгрузка
Browse files Browse the repository at this point in the history
http:
  • Loading branch information
Stepa86 committed May 2, 2017
1 parent c5a99a5 commit 2b00af8
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
Binary file modified cf/Gitter.cf
Binary file not shown.
Binary file added cfu/1.1.0.3.cf
Binary file not shown.
Binary file added cfu/1.1.0.3.cfu
Binary file not shown.
32 changes: 32 additions & 0 deletions cfu/1.1.0.3.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
�������� �������������� ���� ("File="g:\GIT_Repo\1C-Gitter\v8r_TempDB";Locale = "ru_RU";") ������� ���������
�������� ������������ ������� ���������
���������� ������������ ���� ������
��������� ��������� ���� ������...

���� ��������� ����������...

����� ������: ����������.���������������������������
����� ������: ����������.�����������
����� ������: ����������.����������������������������
����� ������: ����������.�������������������
����� ������: ����������.���������������������
����� ������: ����������.�����������
����� ������: ����������.���������
����� ������: ���������.�������������������
����� ������: ���������������.���������������
����� ������: ���������������.���������������
������ �������: ������������ �������������� ����
�������� ������ ��������� �������������� ����
����� ������: �������������������.��������������
����� ������: �������������������.�����������
������� ������� ����� ������ ����� ��������
������ �������: ��������� ���������� ������������
������� ������� ����� ������������
������� ������� ����� ������ ����� �������������
������� ������� ����� ������ ������
�������� ���������...

���������� ������������ ���� ������ ������� ���������
���������� ������� �������...

�������� ������ �������� ������� ���������
5 changes: 3 additions & 2 deletions src/CommonModules/ПакетныйРежим/Ext/Module.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,11 @@
Иначе

чтениеФайла = Новый ЧтениеТекста( имяФайлаИзменений );
Если ВРег( чтениеФайла.ПрочитатьСтроку() ) = ВРег( "FullDump" ) Тогда
текстПервойСтроки = чтениеФайла.ПрочитатьСтроку();
чтениеФайла.Закрыть();
Если Найти( ВРег( текстПервойСтроки ), ВРег( "FullDump" ) ) = 1 Тогда
Возврат Истина;
КонецЕсли;
чтениеФайла.Закрыть();

КонецЕсли;

Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<ScriptVariant>Russian</ScriptVariant>
<DefaultRoles/>
<Vendor>Stepa86</Vendor>
<Version>1.1.0.2</Version>
<Version>1.1.0.3</Version>
<UpdateCatalogAddress/>
<IncludeHelpInContents>false</IncludeHelpInContents>
<UseManagedFormInOrdinaryApplication>true</UseManagedFormInOrdinaryApplication>
Expand Down

0 comments on commit 2b00af8

Please sign in to comment.