Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36376, comment 13


Ignore:
Timestamp:
12/05/2017 02:15:58 AM (7 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36376, comment 13

    initial v1  
    99- `Bob` has a role of `editor` but a role of `denied_publish_capabilities`. Should bob be able to post? IMHO: No
    1010- `Alice` has a role of `contributor` but a role of `allowed_to_publish`. Should alice be able to post? IMHO: Yes
    11 - `John` has a role of `editor`, a role of `denied_publish_capabilities` AND `allowed_to_publish`. Should John be able to post? IMHO: Maybe. Implementation detail.
     11- `John` has a role of `editor`, a role of `denied_publish_capabilities` AND `allowed_to_publish`. Should John be able to post? IMHO: Maybe. Implementation detail. I'd agree and err on the side of No
    1212
    1313The scenario is an organisation where all editors are by default given `denied_publish_capabilities` and later given the `allowed_to_publish` role.