-
Notifications
You must be signed in to change notification settings - Fork 7
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
Актуализация подсистемы загрузки таб дока #146
Changes from 18 commits
b41e123
a75cc86
8e2c73d
154e576
98cd3fb
3778a4a
439a37e
5ed5a95
1fb42b0
719623f
500f606
e67d49c
cce8093
7b34469
12db676
128daab
0a5b826
ec9a37f
c7c67c1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -224,8 +224,8 @@ | |||||
пбп_ОбщегоНазначенияКлиентСервер.УстановитьСвойствоЭлементаФормы( | ||||||
Элементы, ПараметрыВходаПараметрURL, УстанавливаемоеСвойство, Ложь); | ||||||
ИначеЕсли ЭлементНаследования = Справочники.пбп_ТипыИнтеграций.ПрямоеПодключениеКБД Тогда | ||||||
Элементы.ТочкаВхода.Заголовок = НСтр("ru = 'Текст запроса'"); | ||||||
Элементы.ПараметрыВхода.Заголовок = ПараметрыЗапросаСтрока; | ||||||
Элементы.ТочкаВхода.Заголовок = НСтр("ru = 'Имя таблицы внешнего источника данных'"); | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Аналогично) |
||||||
Элементы.ПараметрыВхода.Заголовок = НСтр("ru = 'Обязательные параметры запроса';"); | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте синтаксическую ошибку В строке присутствует лишняя точка с запятой после строкового литерала. Примените следующие изменения: - Элементы.ПараметрыВхода.Заголовок = НСтр("ru = 'Обязательные параметры запроса';");
+ Элементы.ПараметрыВхода.Заголовок = НСтр("ru = 'Обязательные параметры запроса'"); 📝 Committable suggestion
Suggested change
|
||||||
|
||||||
пбп_ОбщегоНазначенияКлиентСервер.УстановитьСвойствоЭлементаФормы( | ||||||
Элементы, ТочкаВхода, УстанавливаемоеСвойство, Истина); | ||||||
|
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.
Это точно относится к данному PR?