Skip to content

fix(vue): убрать лишний confirm удаления в VendorsGrid (#551) - #552

Merged
biz87 merged 1 commit into
betafrom
fix/vendors-double-confirm
Aug 13, 2026
Merged

fix(vue): убрать лишний confirm удаления в VendorsGrid (#551)#552
biz87 merged 1 commit into
betafrom
fix/vendors-double-confirm

Conversation

@biz87

@biz87 biz87 commented Aug 13, 2026

Copy link
Copy Markdown
Member

Fixes #551

Follow-up к #548/#549. В VendorsGrid delete-действие ActionsColumn было confirm: true → useActions показывал confirm, затем deleteVendor() показывал второй. Последовательный двойной confirm независимо от группировки шины.

Выровнял на confirm: false (оба определения) как у остальных гридов Настроек — deleteVendor() остаётся единственным сгруппированным confirm. Совпадает с версией, которую тестировали на DEV.

ESLint ✅, build ✅.

VendorsGrid's ActionsColumn delete action was confirm:true, so useActions showed a
confirm and then deleteVendor() showed a second one — a sequential double confirm
independent of the shared-bus grouping fixed in #548/#549. Align it to confirm:false
like the other settings grids; deleteVendor() remains the single grouped confirm.
@biz87
biz87 merged commit dd10c65 into beta Aug 13, 2026
3 checks passed
@biz87
biz87 deleted the fix/vendors-double-confirm branch August 13, 2026 16:40
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

Successfully merging this pull request may close these issues.

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

1 participant