Allow postmaster filter and signatures to clone.
This commit is contained in:
parent
f710f8f7ad
commit
49d2b040de
2 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,4 @@ class App.PostmasterFilter extends App.Model
|
||||||
@configure_overview = [
|
@configure_overview = [
|
||||||
'name',
|
'name',
|
||||||
]
|
]
|
||||||
|
@configure_clone = true
|
||||||
|
|
|
@ -33,3 +33,4 @@ class App.Signature extends App.Model
|
||||||
@configure_overview = [
|
@configure_overview = [
|
||||||
'name',
|
'name',
|
||||||
]
|
]
|
||||||
|
@configure_clone = true
|
||||||
|
|
Loading…
Reference in a new issue