Any updates on this issue? I've setup a custom fetcher to run on a paged API. The batch process does complete, however, the bouncing bar makes the process appear broken in the UI.
I've tested this patch with 'Manual (Specify which AD groups map to which Drupal roles)'. We don't use automatic mapping so unable to test this option.
adstokoe → created an issue.
@acrazyanimal are you able to update your patch to support D10 and the latest version of this module? Also it would be great to merge this into the module once tested! Thanks :)
@GuyPaddock, "Starting in version 7.43.0, libcurl fully supports HTTP/2 multiplexing". An update to our server OS to ensure a newer version of curl fixed this error.
Same for us too! Drupal's content authoring experience is outdated. A decent visual inline page builder is required. Guttenberg fits the bill, however, in it's current shape, it feels a bit disconnected. We would like to use the Guttternberg editor at the field level rather than taking over the entire page! Are they any plans to make this happen? Integrating Gutternberg with Layout builder seems like the way forward!
#4 Works for me! Thanks.
Not a long term fix but the below css change fixes the issue in Gin:
.paragraphs-subform {
width: calc(100% - 18px) !important;
}