add more options to context menu

This commit is contained in:
Alex Turchyn
2026-01-30 16:17:49 +02:00
committed by Pete Matsyburka
parent 2fc5e9cfb3
commit 12c767b7d3
13 changed files with 1835 additions and 597 deletions
@@ -212,7 +212,10 @@ export default {
} else {
this.field.preferences.formula = normalizedFormula
if (this.field.type !== 'payment') {
if (this.field.type === 'payment') {
delete this.field.preferences.price
delete this.field.preferences.payment_link_id
} else {
this.field.readonly = !!normalizedFormula
}