It would be nice if this module cleaned up after itself properly by deleting all queue items for `govdelivery_bulletins` upon uninstalling the module.

CommentFileSizeAuthor
#4 3096007-4.patch590 bytesDeeksha B
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

swirt created an issue. See original summary.

Elijah Lynn’s picture

Title: Add hook_uninstall to remove any govedelivery_bulletins from the queue » Add hook_uninstall to remove any govdelivery_bulletins from the queue
swirt’s picture

an action like
sqlq "DELETE FROM queue WHERE name='govdelivery_bulletins'"
works.

Deeksha B’s picture

Status: Active » Needs review
FileSize
590 bytes

I have added the hook_uninstall, Please review.

  • swirt committed cc8cd00 on 8.x-1.x authored by Deeksha B
    Issue #3096007 by Deeksha B: Add hook_uninstall to remove any...
swirt’s picture

Status: Needs review » Fixed

@Deeksha B,
Thank you so much for you contribution to this new module. It was perfect.

Cheers.

swirt’s picture

Status: Fixed » Closed (fixed)
Elijah Lynn’s picture

Thank you Deeksha!