Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
60.55 KB
MD5: ee16a517ef6d9b138f535ebde477a0c9
SHA-1: 5651eeac99a257b9e6f72fba5bc2818d5fc5f847
SHA-256: 6f67b4031e2d631abf451f67f469768416a3a46a489c2aa4852190be6f22f2e6
Download zip
107.88 KB
MD5: 0e44655b9d4ee2e15ad3a939f64dec8c
SHA-1: 214b4dc14c63de1b993efa19147cd515fe2ae37e
SHA-256: 008989d81fe48c9a9a73a72e541503286c250a8af62137b2bfb6bf3aedfb7bbe
Release notes
Some bug fixes and refactoring to prepare for #1161314: Add basic Field Group support for ANDing conditions.
Detailed changes since 8.x-1.0-alpha6:
- Move ConditionalFieldsFormHelper static methods into a trait, and instantiate the class as an object. (#)
- Move afterBuild() back to class and start refactoring. (#)
- Move getState() back to class and continue refactoring. (#)
- #3077803 by ergonlogic, llamech: Make ConditionalFieldsFormHelper class instantiable. (#)
- Refactor out Javascript and validation callbacks. (#)
- Refactor out processDependentFields() and fix Add* method names. (#)
- Refactor out processDependeeFields(). (#)
- Fix unset 'dependee' array key. (#)
- Add some fluency. (#)
- #3077803: Merge branch 'issue-3077803' into 8.x-1.x (#)
- #2956612 by colan, yivanov, jimafisk: Date field value is always empty (#)
- #3025213 by bgilhome, Pancho, abhisekmazumdar, johnpicozzi: Fixed an invalid placeholder (!field). (#)