- Issue created by @DamienMcKenna
- Status changed to Needs review
about 1 year ago 2:00pm 23 September 2023 - last update
about 1 year ago Build Successful The last submitted patch, 2: views_rss-n3389320-2.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- π«π·France maciej.zgadzaj
DamienMcKenna β credited maciej.zgadzaj β .
-
DamienMcKenna β
committed bd7b37f9 on 7.x-2.x authored by
maciej.zgadzaj β
Issue #3389320 by DamienMcKenna, maciej.zgadzaj: Merge views_rss_media.
-
DamienMcKenna β
committed bd7b37f9 on 7.x-2.x authored by
maciej.zgadzaj β
- Status changed to Fixed
about 1 year ago 2:20pm 23 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 6:40pm 20 October 2023 - πΊπΈUnited States nkraft
Was there an UPDB hook for this? I ask because I just jumped through some unexpected hoops, dealing with the old, deprecreted MRSS module, and the new sub-module --
Specifically, here's my steps, and where i ran into problems:
1) used composer to update Views RSS to 2.2
2) disabled MRSS module... but left in composer and project, disabled
3) did NOT attempt to run DB updates
3) checked my rss views... missing media items
4) could not find way to enable missing media components in view
5) started digging around
6) realized MRSS ahd Views Advanced RSS: Media (new submodule) had same machine name of views_rss_media
7) used composer to remove MRSS module
8) Views RSS disappeared completely from /admin/modules
9) manually ran check of module updates available, and also drush CR
10) Views ADvanced RSS reappeared in /admin/modules
11) and NOW Views Advances RSS: media appeared in /admin/modules, though not enabled
12) enables Views Advanced RSS: media
13) checked my rss view -- everything seemed to snap back into place, and my RSS feed was rendering correctly again.Was there a way I could have avoided all of the above confusion? Some UPDB install/uninstall hook maybe I forgot to check for? Just want to make sure I do it right next time, and see if I can save anyone else the confusion. Thanks for all your recent work getting this into D10!!