-
Notifications
You must be signed in to change notification settings - Fork 16
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
Вопрос по модификациям #216
Comments
Для работы модификации поле default_modification не требуется. Код использующий default_modification попал в аргилу случайно. Он использовался для реализации специфической seo задачи, на одном проекте. Из BModificationBehavior нужно удалить код:
|
tatarinov
added a commit
that referenced
this issue
Sep 15, 2016
Обновите BModificationBehavior |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Как правильно работать с модификациями продукта?
При добавлении новой модификации происходит ошибка отсутствия атрибута
default_modification
, нужно ли добавить это поле в таблицу{{product}}
или это делается через параметры?Ради эксперимента добавил поле...
Метод
BModificationBehavior::getParentModel()
отдаетnull
, потому что геттер доходит до методаCActiveRecord::getRelated()
и в строке265
отдаетnull
The text was updated successfully, but these errors were encountered: