Changes between Initial Version and Version 1 of Ticket #63856, comment 4
- Timestamp:
- 08/22/2025 03:44:32 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63856, comment 4
initial v1 1 1 I'm really not sure about this one. 2 2 3 Only users who can make complete modifications to everyone's (`edit_others_posts`) postscan assign the users; others will get the error:3 Only users who can make complete modifications to everyone's posts (`edit_others_posts`) can assign the users; others will get the error: 4 4 5 5 > Updating failed. Sorry, you are not allowed to update posts as this user. … … 7 7 Adding 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 } );`. 8 8 9 The "problem" also affects the classic editor. I wasn't able tofind it, but there could be a similar report for it.9 The "problem" also affects the classic editor. I couldn't find it, but there could be a similar report for it.