Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63856, comment 4


Ignore:
Timestamp:
08/22/2025 03:44:32 AM (5 months ago)
Author:
Mamaduka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63856, comment 4

    initial v1  
    11I'm really not sure about this one.
    22
    3 Only users who can make complete modifications to everyone's (`edit_others_posts`) posts can assign the users; others will get the error:
     3Only users who can make complete modifications to everyone's posts (`edit_others_posts`) can assign the users; others will get the error:
    44
    55> Updating failed. Sorry, you are not allowed to update posts as this user.
     
    77Adding validation to a couple of components won't change much. The same user can dispatch data actions via DevTools - `wp.data.dispatch( 'core/editor' ).editPost( { author: 2 } );`.
    88
    9 The "problem" also affects the classic editor. I wasn't able to find it, but there could be a similar report for it.
     9The "problem" also affects the classic editor. I couldn't find it, but there could be a similar report for it.