Work in progress on tag language

Fix - message sent to a list not associated with a campaign couldn't be shown in archive - to know which message to show even if the list is not at the campaign, we store test messages in table test_messages
This commit is contained in:
Tomas Bures 2019-07-05 23:23:02 +02:00
parent 00e328a914
commit 4113cb8476
17 changed files with 312 additions and 172 deletions

View file

@ -262,7 +262,8 @@ export default class CUD extends Component {
return {
html: exportedData.html,
text: this.getFormValue('text')
text: this.getFormValue('text'),
tagLanguage: this.getFormValue('tag_language')
};
}