Closed (fixed)
Project:
Apple News
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Aug 2020 at 18:13 UTC
Updated:
26 May 2021 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
juanl commentedI created this patch to fix the issue.
Comment #3
m4oliveiComment #4
socialnicheguru commenteddoes not apply to latest dev:
Gathering patches for dependencies. This might take a minute.
- Installing drupal/applenews (dev-1.x 5f3a85c): Cloning 5f3a85c612 from cache
- Applying patches for drupal/applenews
https://www.drupal.org/files/issues/2020-08-05/applenews-3163593-fix%20d... (Fix delete of Apple News articles)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2020-08-05/applenews-3163593-fix%20d...
Comment #6
m4oliveiHi @SocialNicheGuru. I just opened a MR with the patch applied, adjusted slightly and a test written. It should apply against the latest 8.x-1.x-dev.
Let me know if it works for you.
Comment #7
m4oliveiI also noticed that there is another scenario that will fail in the same way as reported where the Apple News article entity is not deleted even though the article was deleted upstream. When you uncheck the "Publish to Apple News" checkbox this can happen. I've added a test to show that failure. Expecting the recent commit to fail on that. Fix coming.
Comment #9
m4oliveiMerged to 8.x-1.x. Thanks!