-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сборка правил регистрации #34
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "\u0421\u0431\u043E\u0440\u043A\u0430_\u043F\u0440\u0430\u0432\u0438\u043B_\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438"
Conversation
Добавлена доп. сортировка правил обмена для устойчивости.
|
||
Если ИмяЭлементаСтроки = "Группа" И ЭтоПравилаРегистрации Тогда | ||
НомерСтроки = НомерСтроки + 1; | ||
Идентификатор = ?(Не ПустаяСтрока(ТекущаяСтрока.Идентификатор), ТекущаяСтрока.Идентификатор, СтрШаблон("%1 -- %2", НомерСтроки, ТекущаяСтрока.Имя)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Morkhe предлагаю разбить на два выражения (СтрШаблон в отдельную переменную)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аналогично в выражении ниже
@@ -335,6 +388,60 @@ | |||
|
|||
КонецПроцедуры | |||
|
|||
Процедура Загрузить_СоставПланаОбмена(ДеревоКаталогов, КорневойУзел) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Morkhe без "_"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аналогично у других методов
Если Индекс <> Неопределено Тогда | ||
СтрокаДерева.Порядок = Индекс + 1; | ||
Если ИмяПоиска = "ГруппаПравило" И СтрокаДерева.Имя = "Правило" Тогда | ||
СтрокаДерева.Порядок = "zzzzz" + СтрокаДерева.Порядок; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Morkhe что такое "zzzzz"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -416,7 +587,10 @@ | |||
КонецЦикла; | |||
КонецЕсли; | |||
|
|||
Если ИмяУзла = "Правило" И Не ОбщийФункционал.ПроверитьНаличиеПредкаВДереве(ТекущийУзел, "ПравилаВыгрузкиДанных") И Не ОбщийФункционал.ПроверитьНаличиеПредкаВДереве(ТекущийУзел, "ПравилаОчисткиДанных") Тогда | |||
Если ИмяУзла = "Правило" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Morkhe предлагаю вынести условие в функцию
@Morkhe просьба, раз дорабатываем тесты, переименовать файл "РазобратьсяПравилаОбмена_test.os" под общий стиль других тестов (Тест_РазобратьПравилаОбмена.os) |
@Morkhe в остальном все просто прекрасно, спасибо! |
Собсно, #26
Изменил формат разбора правил регистрации, т.к. некорректно выгружались отборы