Problem/Motivation
If you configure the Quant Purger module via the Purge UI module and click the Clear the registry button, it doesn't truncate the purge_queuer_quant table.
Steps to reproduce
- Install and configure Quant, Quant, Quant Purger, Purge and Purge UI modules
- Seed Quant with nodes
- Check the
purge_queuer_quantdb table and it should have entries - Go to
/admin/config/development/performance/purge - Click
Configurein thePurge Quantdropdown - Click the
Clear the registrybutton - Check the
purge_queuer_quantdb table - Result: Table still has data
- Expected result: Table is empty
Proposed resolution
Missing ->execute() in the code.
Remaining tasks
- Update code
- Review and test
- Commit as applicable
User interface changes
API changes
Data model changes
Data is removed as expected.
Comments
Comment #2
kristen polThis is being fixed in: https://github.com/quantcdn/drupal/pull/155
Comment #3
kristen polPushed a commit: https://github.com/quantcdn/drupal/pull/155/commits/8bc643d20dde25f1bda1...
Comment #4
kristen polThis has been merged and will be in the next release: #3377617: Create Quant 1.5.2 release
Comment #5
kristen polReleased: https://www.drupal.org/project/quantcdn/releases/1.5.2