Problem/Motivation
If there is an empty block item, then the getAcceptedCacheTags doesn't work because it uses the empty item as one of the block items which ends up filtering out everything in the list.
Steps to reproduce
- Install and config quant, quant_api, quant_purger, purge, purge_ui
- Go to
/admin/config/development/performance/purge - Click
ConfigureunderPurge Quant - Click
Add tag blocklist - Leave item empty and save
- Run seed
- Look in the
purge_queuer_quantdb table - Result: table is empty
- Expected result: table has data based on the seed
Proposed resolution
Ignore empty items.
Remaining tasks
- Update code
- Review and test
- Commit :)
Comments
Comment #2
kristen polHandled via this PR: https://github.com/quantcdn/drupal/pull/155
Comment #3
kristen polThis has been merged and will be in the next release: #3377617: Create Quant 1.5.2 release
Comment #4
kristen polReleased: https://www.drupal.org/project/quantcdn/releases/1.5.2