Fixes in VERP server. The VERP server now seems to work fine.
This commit is contained in:
parent
8a38133ffc
commit
a769bfb567
7 changed files with 1191 additions and 652 deletions
|
@ -60,6 +60,7 @@ export class CKEditorHost extends Component {
|
|||
onWindowResize() {
|
||||
if (this.state.fullscreen) {
|
||||
const newHeight = window.innerHeight - navbarHeight;
|
||||
// noinspection JSIgnoredPromiseFromCall
|
||||
this.contentNode.ask('setHeight', newHeight);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -216,7 +216,7 @@ export default class CUD extends Component {
|
|||
|
||||
<TextArea id="description" label={t('description')}/>
|
||||
|
||||
<InputField id="contact_email" label={t('contactEmail')} help={t('contactEmailShownInTheListSubscription')}/>
|
||||
<InputField id="contact_email" label={t('contactEmail')} help={t('contactEmailUsedInSubscriptionFormsAnd')}/>
|
||||
<InputField id="homepage" label={t('homepage')} help={t('homepageUrlUsedInSubscriptionFormsAnd')}/>
|
||||
<InputField id="to_name" label={t('recipientsNameTemplate')} help={t('specifyUsingMergeTagsOfThisListHowTo')}/>
|
||||
<TableSelect id="send_configuration" label={t('sendConfiguration')} withHeader dropdown dataUrl='rest/send-configurations-table' columns={sendConfigurationsColumns} selectionLabelIndex={1} help={t('sendConfigurationThatWillBeUsedFor')}/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue