Skip to content
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

В CmsContentElementInput для выбора родительского элемента выводить только нужные элементы по content_id #69

Open
Serega67 opened this issue Jun 27, 2017 · 0 comments

Comments

@Serega67
Copy link

Виджет CmsContentElementInput при создании/редактировании элемента в админке - отображает элементы всех контентов, несмотря на указанный parent_content_id

Вызов данного виджета происходит здесь (если я правильно понимаю):
https://github.com/skeeks-cms/cms/blob/master/src/views/admin-cms-content-element/_form-additionaly.php#L25

Поскольку selectUrl у виджета не указан, то он формируется в самом виджете и без использования parent_content_id

А по идее должен:

  • отображать элементы только среди требуемых parent_content_id
  • блокировать возможность смены данного контент блок для выбора родительского элемента.

По крайней мере я так вижу этот процесс :) Могу и ошибаться)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant