-
Notifications
You must be signed in to change notification settings - Fork 53
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
#266 Исправлено ложное срабатывание проверки #1036
#266 Исправлено ложное срабатывание проверки #1036
Conversation
return false; | ||
} | ||
|
||
if (!segments.get(0).equals(REF_ABSTRACT_DATA_PATH.get(0)) |
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.
Похоже, что так нельзя проверять. Первый сегмент может быть любым, например "ДинамическийСписок".
Вот Ref и Ссылка задаются не пользователем, в отличие от имени реквизита-списка.
Поэтому нужно проверять тип реквизита - DynamicList - вместо имени. Иначе будут ложные срабатывания.
То же самое в #1028
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.
И в #1025
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.
Спасибо, теперь проверяю только второй сегмент (где Ref/Ссылка), а тип реквизита смотрю через getExtInfo у FormAttribute - этого будет достаточно? Если да, то поправлю #1028 и #1025.
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.
Спасибо, теперь проверяю только второй сегмент (где Ref/Ссылка), а тип реквизита смотрю через getExtInfo у FormAttribute - этого будет достаточно? Если да, то поправлю #1028 и #1025.
Да, достаточно
Что сделано
Чек-лист
Общее:
master
и нет конфликтовЕсли применимо:
Закрываемые задачи
Closes #266