`page_removed` and `blog_removed` webhook not firing when page/blog is purged

XMLWordPrintable

    • Minor

      Issue Summary

      page_removed and blog_removed webhooks are not getting fired when page/blogs are purged from trash.

      These webhooks are only being sent when a space is trashed - along with space_removed we receive page_removed and blog_removed for the blogs/pages in the space that is removed.

      Steps to Reproduce

      1. Register the following webhooks
        "webhooks": [
              {
                "event": "blog_removed",
                "url": "/api/webhook"
              },
              {
                "event": "page_removed",
                "url": "/api/webhook"
              }
            ]
        
      2. delete a page/blog from a space
      3. then purge the page/blog from the spaces trash

      Expected Results

      We should receive page_removed or blog_removed at /api/webhook

      Actual Results

      page_removed or blog_removed webhooks aren't sent.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Roman Toropov
            Reporter:
            Nashid Farhad
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: