-
Notifications
You must be signed in to change notification settings - Fork 87
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
Missing Custom Messages Fields Data Migrating or Installing New Dev Branch #3958
Comments
I deleted my db, installed a fresh site, and activated EE on Payment Received missing fields:
Refund Issued missing fields:
Registration Approved missing fields:
Not Approved Registration missing fields:
Registration Pending Payment missing fields:
Payment Reminder missing fields:
Payment Declined missing fields:
Registration Declined missing fields:
Registration Cancelled Payment missing fields:
Payment Failed missing fields:
Invoice missing fields:
Considering that those fields are all marked as I'm going to remove the required attribute on all of those additional fields |
You can merge 3966. The only remaining issue then is that some of the “to” fields are blank. That’s a bad situation. We don't want a blank "to" field otherwise the messages won't send when expected. |
@garthkoyle I posted this in slack but just to make sure it isn't buried. The missing 'To' fields are expected for contexts that are disabled by default That's how we disabled message contexts before we had the toggle switch on them, so if those are going to be set by default we'll need to make sure the toggle for those same contexts is disabled by default. |
ok closing this then |
There is missing data in a custom message template, that I expect would have been copied to the new custom template. It will frustrate people if they have to update these fields before using the template especially because they don't know what's supposed to go in those template without doing more research.
master
todev
OR installdev
newHere are the specific fields missing for each template:
Payment Received missing fields:
Refund Issued missing fields:
Registration Approved missing fields:
Not Approved Registration missing fields:
Registration Pending Payment missing fields:
Payment Reminder missing fields:
Payment Declined missing fields:
Registration Declined missing fields:
Registration Cancelled Payment missing fields:
Payment Failed missing fields:
Invoice missing fields:
The text was updated successfully, but these errors were encountered: