- Status changed to Needs review
almost 2 years ago 11:26pm 20 February 2023 - πΊπΈUnited States loze Los Angeles
Although this patch does allow me to select media from multiple pages of the browser, and It does show the correct count, when I click submit it only inserts the media from the current page you are on in the EB.
Am I missing something?
- Issue was unassigned.
- Status changed to Needs work
over 1 year ago 10:01am 12 September 2023 - π§πͺBelgium tim-diels Belgium π§πͺ
@loze you're right, we also experience the same issue where only the items of current page are added.
Also getting a "Uncaught ReferenceError: _ is not defined". Seems the backbone and underscore libraries are moved to internal and shouldn't be used anymore.
# Internal library. Do not depend on it outside core nor add new core usage.
# The library will be removed as soon as the following issues are fixed:
# - https://www.drupal.org/project/drupal/issues/3203920 π Replace Contextual Links BackboneJS usage with VanillaJS equivalent Needs work
# - https://www.drupal.org/project/drupal/issues/3204011 π Replace Tour BackboneJS usage with VanillaJS equivalent Needs work
# - https://www.drupal.org/project/drupal/issues/3204015 βFor now the easy fix was to change the libraries to internal, but the patch needs to be rewritten to work without backbone and underscore.
So next steps would be:
- identify why multiple pages won't work
- rewrite patch to work without backbone and underscore