Problem/Motivation
When access check function has been performed, negate is not consider in the check.
Steps to reproduce
- set expiration date and time for the block,
- check the expiration time to pass,
- block is hidden and this is ok behaviour,
- set negate for the expiration date,
- block is still hidden (this is not expected behaviour)
Proposed resolution
Negate should be consider in block access check function.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3351861-afterPatch.png | 63.79 KB | clarkssquared |
| #4 | 3351861-beforePatch.png | 65.44 KB | clarkssquared |
| #2 | block_scheduler_negate_consider_access-3351861-1.patch | 530 bytes | sakiland |
Comments
Comment #2
sakiland commentedHere's the patch
Comment #3
geoanders commentedComment #4
clarkssquared commentedHi sakiland,
I confirmed the issue was resolved when I applied patch #2 to the "Block Scheduler" module against Version 2.0.x-dev.
Please see the screenshots attached.
For your review.
Thank you.
Comment #6
robloachThanks. Applied. in -dev.