Automatically closed - issue fixed for 2 weeks with no activity.
This is a duplicate of https://www.drupal.org/node/2916137 β on required_by_role.
When selecting the default (Core) option for Requirement strategy, the requirement setting is not saved back to the Field Config entity, although the default plugin uses $field->isRequired() when checking whether the field should be required.
I've written a patch that does a hook_field_config_presave to check whether 'default' is selected, and then saving the required setting back onto the entity.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.