- Issue created by @danchadwick
- πΊπΈUnited States danchadwick Boston
Here's a patch to just delete progress.js from the components in order to get sites working again with D10.4
-
danchadwick β
committed 19af6119 on 6.0.x
Issue #3496797 by danchadwick: Drupal 10.4 breaks progressbar; prevents...
-
danchadwick β
committed 19af6119 on 6.0.x
- πΊπΈUnited States danchadwick Boston
Since the identical progress.js appears in both the components/progressbar and the src/js/overrides directories, I simply deleted the one in the components directory. For reasons I have not researched, the presence of this version in the SDC prevented the core misc/progress.js from being loaded, leading to the javascript error and failure of batch operations.
With the overrides loaded in the info.yml file via libraries-extend, both the core and the radix version of this file are loaded. The core version supplies the Drupal.ProgressBar function.
This issue's resolution should make radix compatible with Drupal 10.4 and 11.1 when using progress bars. Please re-open if there are compatibility issues with earlier versions.
Automatically closed - issue fixed for 2 weeks with no activity.