Problem/Motivation

All the reminders are.being stored as Config, we don't want this to move as environments are changed

Proposed resolution

Refactor code to use ContentEntity rather than ConfigEntity while maintaining backwards capability.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

theloneliestmonk created an issue. See original summary.

timozura made their first commit to this issue’s fork.

joseph.olstad’s picture

Let's set this to needs review

joseph.olstad’s picture

Assigned: theloneliestmonk » Unassigned
Status: Active » Needs review

joseph.olstad’s picture

Version: 1.0.x-dev » 2.0.x-dev
Status: Needs review » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

timozura’s picture

Status: Fixed » Reviewed & tested by the community

Tested by installing the 1.0.0 version and creating some reminders using config for storage.
Then I checked out this MR and ran updb. The reminders were converted to content reminder entities and stored in the database.
Was able to create new reminders and received e-mail in mailpit.

timozura’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.