From 6d280a9336a019b991c26babd7f2b59f3464d84c Mon Sep 17 00:00:00 2001 From: Rodrigo Estebanez Date: Fri, 28 Mar 2025 10:37:30 +0000 Subject: [PATCH] remove doc/current_ticket.md from repo --- .gitignore | 1 + doc/current_ticket.md | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 doc/current_ticket.md diff --git a/.gitignore b/.gitignore index 6b3efc97f6..f7729710bc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tsconfig.tsbuildinfo /wordpress packages/php/*/vendor tests_env/vendor +doc/active_ticket.md diff --git a/doc/current_ticket.md b/doc/current_ticket.md deleted file mode 100644 index 7e16617409..0000000000 --- a/doc/current_ticket.md +++ /dev/null @@ -1,25 +0,0 @@ -# Allow admins to set subscriber status when they create a new user in WP admin - -## Add a Select Box to the “Add New User” Form - -**Location:** -WP Admin > Users > Add New User - -### Label -**MailPoet Subscriber Status** - -### Values -- **Subscribed** -- **Unconfirmed** (will receive a confirmation email) -- **Unsubscribed** - -### Notes -- The **default value** is **Unconfirmed**/**Unsubscribed** -- **Unconfirmed** is present **only when confirmation is enabled** - -### On Form Submission -- Ensure the subscriber is added with the **correct status** -- For existing subscribers (who were not WP users), **update the global status** -- If admin selects **Unconfirmed**, also **send the confirmation email** - -> ⚠️ Do **not** display this field in the **user edit form** \ No newline at end of file