Skip to content

VendorsGrid: последовательный двойной confirm при удалении (confirm:true + собственный confirm) #551

Description

@biz87

После #548 (PR #549) сетки Настроек изолированы группами, но в VendorsGrid delete-действие ActionsColumn осталось confirm: true. Поток: click → useActions показывает confirm → на accept @delete="deleteVendor" → deleteVendor() показывает второй confirm. Это пред-существующий последовательный двойной confirm (независимый от shared-bus).

Остальные 4 полных грида (Deliveries/Payments/Statuses/Links) используют confirm: false — confirm делает только прямая deleteX(). Выровнять VendorsGrid так же: delete-действие confirm: false (оба определения — static + fallback), deleteVendor() остаётся единственным (сгруппированным) confirm.

Затрагивает beta.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions