Closed (fixed)
Project:
Focal Point
Version:
2.x-dev
Component:
Other Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2023 at 02:00 UTC
Updated:
18 Jun 2024 at 21:40 UTC
Jump to comment: Most recent
Comments
Comment #3
gordon commentedIve created a MR to fix this issue.
Comment #4
keshavv commentedI have reviewed the parent issue as mentioned in the description,
We need to remove it.
Moving to RTBC
Comment #6
damienmckennaThanks for this fix.
As a reminder, please set the "Assigned" field to "Unassigned" when you're finished with your work, that lets others know that you're finished and that they can then take it from there.
Comment #9
rajeshreeputraMerged, release to follow shortly! Thank you for working on it.
Comment #11
dbrowncode commented@Rajeshreeputra any update on a release for this? Thanks
Comment #12
yobottehg commentedThis caught me totally unguarded and will potentially also catch others offguard.
As we only had these libraries installed because of focal_point we could not run config import or install from existing config anymore as these were not downloaded anymore.
So if anyone else sees this:
Unable to install the jquery_ui module since it does not exist.orUnable to install the jquery_ui_draggable module since it does not exist.You need to either add these to your composer json see here :
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-...
Or remove them from you staging config in core.extension.yml.
Comment #13
bsnodgrass commentedIt seems a related new issue should be posted about the issue notes in #12
We have experienced exactly this same thing doing updates on a number of sites.
Comment #14
rajeshreeputraOhh... I think this need to be fixed then before release.
Will take a look at it on how to overcome problem statement provided in #12.
Comment #15
tostinni commentedSee #3436500: Removal of jquery_ui_draggable in 2.0.3 causes failures with upgrade on some sites.