add more options to context menu
This commit is contained in:
committed by
Pete Matsyburka
parent
2fc5e9cfb3
commit
12c767b7d3
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user