feat(product): Vue вкладка «Связи» и трекер ExtJS→Vue формы - #518
Merged
Conversation
Ibochkarev
added a commit
that referenced
this pull request
Aug 11, 2026
PHPStan: getRequestData() always returns array; ?? [] was invalid (#518).
Move product links CRUD to ProductLinkService + Manager REST, drop Ext links grid/window, and document remaining shell ExtJS for #350.
Enforce DELETE scope with lexicon errors, reject batch ids[], extract testable link-type rules, add ProductLinkServiceTest, and replace ProductTabs v-else-if chain with built-in component map.
PHPStan: getRequestData() always returns array; ?? [] was invalid (#518).
Ibochkarev
force-pushed
the
feat/issue-350-product-form-vue-tracker
branch
from
August 11, 2026 18:15
e785c60 to
8032a2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Описание
Закрывает dual-stack на вкладке «Связи» товара (#114) и фиксирует трекер #350: inventory оставшегося ExtJS на product/category и решение по shell.
CRUD связей вынесен в
ProductLinkService, Manager REST подproduct-data/{id}/links, типы связей —GET /api/mgr/references/link-types. Extlinks.grid.js/links.window.jsи orphan processorsGetList/Multipleудалены. Create/Remove processors делегируют в сервис.Тип изменений
Связанные Issues
Closes #114
Closes #350
Refs #113 (уже закрыт через #479)
Inventory: оставшийся ExtJS product/category
product (
assets/components/minishop3/js/mgr/product/):category.tree.jscreate.jsproduct.common.jsupdate.jscategory (
assets/components/minishop3/js/mgr/category/):category.common.jscreate.jsupdate.jsShared chrome (вне узкого product/category, но в гибриде):
ms3.combo.js, default grid/window и т.п.Решение по shell (AC #350)
Оставить ExtJS resource shell (
create/update) временно. Следующий epic: Vue entry для create/update product. Новые вкладки не должны возвращать Ext xtype на product form.Как это было протестировано?
Gate E (exit 0):
ProductLinksVueTabTest, ESLint)Конфигурация тестирования:
feat/issue-350-product-form-vue-trackerЧеклист
Дополнительные заметки
{id}из URL (belongsToProduct), иначе 403.vue-distв gitignore: после merge нуженnpm run buildв release/CI.