[wp-trac] [WordPress Trac] #44266: Add per-request-row delete row action for privacy actions

WordPress Trac noreply at wordpress.org
Fri Feb 7 14:54:09 UTC 2020


#44266: Add per-request-row delete row action for privacy actions
-------------------------------------------------+-------------------------
 Reporter:  allendav                             |       Owner:  xkon
     Type:  enhancement                          |      Status:  assigned
 Priority:  normal                               |   Milestone:  5.4
Component:  Privacy                              |     Version:  4.9.6
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch needs-testing has-         |     Focuses:
  screenshots                                    |
-------------------------------------------------+-------------------------

Comment (by birgire):

 Hi, it's very handy and makes it much easier to delete each request,

 but I wonder if it would be benificial to look into the Trash feature, of
 the list table, for requests.

 i.e. changing: "Delete Request" into "Trash Request"

 and similar for bulk: "Delete Requests" into "Trash Requests"

 to avoid accidental removal.

 I think the older ticket had two forms on the same page interfering and it
 was solved by adding a action attribute to the other one, if I recall
 correctly. Not sure that would solve this one here.

 I guess one could look into redirects like when posts are trashed from the
 list table, like when:

 {{{
 https://wp.test/wp-
 admin/post.php?post=157&action=trash&_wpnonce=c7dc10c655
 }}}

 is redirected to

 {{{
 https://wp.test/wp-admin/edit.php?post_type=post&ids=157
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44266#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list