- Sending Newsletter, others settings.
This commit is contained in:
@@ -221,6 +221,11 @@ namespace Getters {
|
||||
|
||||
}, 'getValueSettingsByKey')
|
||||
|
||||
const gettemplemailbyId = b.read((mystate: IGlobalState) => (templid): string => {
|
||||
const myrec = mystate.templemail.find((rec) => rec._id === templid)
|
||||
return (!!myrec) ? myrec.subject : ''
|
||||
}, 'gettemplemailbyId')
|
||||
|
||||
export const getters = {
|
||||
get testpao1_getter_contatore() {
|
||||
return testpao1_getter_contatore()
|
||||
@@ -268,6 +273,10 @@ namespace Getters {
|
||||
return getrecSettingsByKey()
|
||||
},
|
||||
|
||||
get gettemplemailbyId() {
|
||||
return gettemplemailbyId()
|
||||
},
|
||||
|
||||
get t() {
|
||||
return t()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user