Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
64.85 KB
MD5: 45e76add4da1c53af3e8e6708939499b
SHA-1: a98f595724415e4212a292d38276ab96697812da
SHA-256: 57c7489c3f68876214f9518eba469e02a00136a434826a88f80fd978f03e1add
Download zip
135.95 KB
MD5: d908eb157c0bbd74b2cf01c3e95c2c66
SHA-1: 3e069c46902dd05c2a4e0caf7b185942e9b53238
SHA-256: 1472b75ac00058c35c9f8d4588b9974b014f567be581894e0b0acc09ee67e90b
Release notes
This is an incremental ctools release to align with page_manager alpha24.
Changes since Alpha 26:
- #2672110 by Xano, TravisCarden, Tim Bozeman: EntityFieldDeriver naive about field info, throws PHP warnings
- Adding a cache context for the tempstore_id to TempstoreAccess and converting the getNextOp() method on wizards to be public
- Converting wizards to the new RouteEnhancer spec. This should prevent 500 errors when we expect 403s.
- updating the TempstoreAccess to work against tempstore_id parameters first and then fallback to route defaults.
- adding custom __wakeup logic to prevent mis-assigning $this to one of the properties of the EntityField block. This will allow the block to work more reliably in wizard scenarios.