required_by_role 2.0.0-beta3

Bug fixes

The 2.0.0-beta1 version contained an update hook that accidentally changed config of all fields using a required strategy, not just the ones using the required by role strategy. The invalid config is fixed in a new update hook in this version, but with one problem: the original value of the required property is lost. To be on the safe side all affected fields are marked as required. The config ids of said fields are logged and should be reviewed manually to make sure they actually need to be required.

required_by_role 2.0.0-beta2

Bug fixes

Add a summary here

Contributors (2)

dieterholvoet, jollysolutions

Changelog

Issues: 1 issues resolved.

Changes since 2.0.0-beta1:

bug

  • #3491686 by dieterholvoet, jollysolutions: Add config schema

required_by_role 8.x-1.0

New features
Unsupported

First Drupal 8 version (Documentation to be updated)

required_by_role 7.x-1.7

Bug fixes
Unsupported

Bug fixes:

#2350855: "- None -" option remains for select lists when they are made required for a role

required_by_role 7.x-2.x-dev

New features

New version for the module, still in beta but completely functional.

This version relies on ctools to provide a plugin system to be able to choose the criteria for the required property, probably in a near future the API will be decoupled to the Require API module to match the Drupal 8 config for required_by_role.

required_by_role 7.x-1.5

Bug fixes
Unsupported

Fixed bug:

#2278429: Throws error messages for date widget not used within a field

Added new tests and improved some the existing ones.

required_by_role 7.x-1.4

Bug fixes
New features
Unsupported

Bugs fixed:

#2032591 Does not work on image fields
#2017555 Does not work on date fields
#2132129 Notice: Undefined index: #required...
#2208257 Binary field shows N/A when required for role

Introduced the hook_required_by_role_callback_alter to be able to modify the callback to work out the value of the property required in different ways other than the one provided by the module (related to issue #2112443)

required_by_role 7.x-1.2

New features
Unsupported

Solving grammatical issues

#1778454 by LoMO: Clean up English strings and other minor fixes

required_by_role 7.x-1.1

New features
Unsupported

Improved UX and perfomance.

Added TableSelect for better user experience on site with lot of roles

Added description under required checkbox looking for more better usability

Improved perfomance with better selectors and faster functions for "toogle" behavior when selecting required setting

Subscribe with RSS Subscribe to Releases for Required by role