-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support upgrade from Drupal 7 #16
Comments
Hey @alanmels, I've just completed the description above. These are many issues, but I guess they are all upgrade related. I hope you'll be able to verify my findings. |
@olafgrabienski thanks for the detailed information. As you can read in the very first issue #1 there was no upgrade path considered in the current port of the module, and since it requires some time and efforts to implement such an upgrade path, and because I'm currently busy with number of things and can't assign anyone else to address this issue, I have to be frank with you so you could set realistic expectations. Unless someone in the community helps offering an upgrade path coding, this needs to be postponed at least for couple or three months. I hope I can poke in to this issue about then. |
Thanks for the clarification, Alan. It's a pity that Simplenews doesn't have a upgrade path from Drupal 7, but I understand if you don't have the time to address this for the moment. As I really need the module for an upgrade I'm currently working on, I'm considering various options, e.g. looking for a workaround or asking others for support. I'll report back here, when I make progress. (In the meantime, as the module looks otherwise stable, I'd suggest to mention the missing upgrade path in the README, so that people coming from D7 get realistic expectations.) |
The disclosure went in on https://github.com/backdrop-contrib/simplenews/blob/1.x-1.x/README.md#known-issues |
After upgrading a site from Drupal 7, Simplenews doesn't work out of the box. A lot of settings are missing, and there seems to be an issue with the Newsletter category field.
To reproduce the issues:
I. Install D7 + Simplenews and upgrade to Backdrop
(Exception: Default send action, including a Test address.)
II. Check Simplenews in Backdrop
(1) Node
Result: The Newsletter tab is missing.
(2) Content type
(3) Settings
admin/config/services/simplenews/settings
.Result: These settings from D7 are not present:
admin/config/services/simplenews/settings/mail
.Result: Cron and Cache settings don't have the same values as in D7.
admin/config/services/simplenews/categories/1/edit
.Result: The field "From name" has the value from D7, but the required field "From email address" is empty.
Result: the address is not saved.
Result: The address IS saved, and now it's also present in the settings of the newsletter category.
(4) Back to the content type
Results:
Result: that works, no issue here
(5) Custom content type
Results:
The text was updated successfully, but these errors were encountered: