We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
В файле BContactController.php в строке 137 должно быть BContactTextBlock
BContactController.php
BContactTextBlock
А в javascript, name="ContactTextBlock заменить на name="BContactTextBlock
name="ContactTextBlock
name="BContactTextBlock
// Добавить тестовое поле var textblockCounter = 0; $('.action.btn[data-action="add-textblock"]').on('click', function(){ var name = $('<input type="text" style="width:250px" name="BContactTextBlock[new][' + textblockCounter + '][name]" placeholder="Заголовок" />'); var sysname = $('<input type="text" style="width:250px" name="BContactTextBlock[new][' + textblockCounter + '][sysname]" placeholder="Системное имя" />');
The text was updated successfully, but these errors were encountered:
Bug shogodev#209 + bug shogodev#218: Правки модуля контактов в backend
9f8bfc5
Подключение JavaScript скриптов на форме вынесено в контроллер Исправлен баг обновления существующих текстовых блоков
No branches or pull requests
В файле
BContactController.php
в строке 137 должно бытьBContactTextBlock
А в javascript,
name="ContactTextBlock
заменить наname="BContactTextBlock
The text was updated successfully, but these errors were encountered: