-
Notifications
You must be signed in to change notification settings - Fork 60
Campaign import export user docs #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.0
Are you sure you want to change the base?
Conversation
|
Note that these docs should be targeted to Mautic v7.x but that branch is not available yet. |
docs/some-dir/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File was committed in error
docs/some-dir/composer.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File was committed in error
passive -> active... hopefully
Co-authored-by: Ruth Cheesley <[email protected]>
5defae6 to
4f4b529
Compare
|
Added further parameter to the command line for export |
RCheesley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we should be using the English spelling in this cron job - I think it should be mautic:fields:analyze - @escopecz is this something we can change easily in the code? I am sure it will cause confusion in our users using the British English version.
| - Processes mail queue | ||
| - | ||
| * - ``mautic:fields:analse`` | ||
| * - ``mautic:fields:analyse`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given we're en_US should we be using mautic:fields:analyze here @escopecz ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mautic is using US English if I'm not mistaken. It can be changed in the code quite easily. And in fact it's not that hard to support both. One will be an alias of the other.
Added descriptions for campaign import and campaign export.