@tirupati_singh Nice work, your merge request works as expected with Drupal 11.0.7.
bronismateusz β created an issue.
bronismateusz β created an issue.
bronismateusz β created an issue.
I found the source of the problems from comment #8. The Webform module tries to load a translation file for the `intl-tel-input` library based on the selected language. However, if the selected language is not supported by the library, the module cannot load the necessary file, leading to missing translations and potential errors. I have therefore added the loading of the English version in such a situation.
I have created a patch that adds colon support for classes.
bronismateusz β created an issue.
@Sneezycheesy Sorry for the confusion, I checked everything again today and the patch works great. Also, I upgraded the version in your patch to the latest version equal to 24.1.1.
I applied the patch to my site, but the country flags stopped showing before the phone number, so something is wrong.
@berdir I think I have described the problem quite clearly. I am using the Gin β module as an administrative skin. Without my patch, it is not possible to access the paragraph list from the admin navigation. You can only go to create a new one. I have separated the two in my patch.
I have created a new patch. In conjunction with the patch: 3228546-4-search_type_form_element.patch β from this thread: Allow "search" form element for Views search fields, too β , everything works correctly, i.e. Input has type = 'search', autocomplete works as expected.
Here is my patch for this problem.
Before:
After:
bronisMateusz β created an issue.
I have prepared a patch that fixes the addition of width and height attributes for the other filters in the image style.
I tested patch #4 and it only works when the image style uses crop or scale and crop. Then the values for width and height are actually passed on correctly. If these filters are not applied, then these attributes are missing, for the img field.
In addition, I also see that the rotate or desaturate filter does not work either.
I confirm, the import problems were solved by the patch from #196. π Do not reimport existing entities Needs review
Despite clearing the cache, the js script loaded without a fix. Now, I can now confirm that everything works correctly.
The installation goes without a hitch, but in my case it doesn't help at all.
Drupal: 10.2.5
EU Cookie Compliance: 1.24
This is what the div looks like when rendered on the page:
<div id="sliding-popup" role="alertdialog" aria-describedby="popup-text" class="sliding-popup-bottom" style="height: auto; width: 100%; bottom: 0px;">
bronisMateusz β created an issue.
Totally agree with #16 highlightjs works perfectly.
Thanks, the Merge request solution solved the problem for me.
This is not the best solution, but I was helped by installing the module from the linked issue, namely ajax_loader β , setting one of custom animations and applying the patch from that π Views Exposed Filter, Throbber not removed on consecutive Ajax Call Needs review issue.
I have exactly the same problem.
@Anybody Sorry to be so late in replying. I am using exactly the one in the #33 β¨ Allow hiding display of country for domestic addresses Needs work . Everything is still working properly.
I added the missing import to the QuizResults.php file.
bronisMateusz β created an issue.
Not working for me:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'field_map_marker_animation' in 'where clause': SELECT 1 AS "expression" FROM "node_revision__field_map" "t" WHERE ("field_map_name" IS NOT NULL) OR ("field_map_lat" IS NOT NULL) OR ("field_map_lon" IS NOT NULL) OR ("field_map_zoom" IS NOT NULL) OR ("field_map_type" IS NOT NULL) OR ("field_map_width" IS NOT NULL) OR ("field_map_height" IS NOT NULL) OR ("field_map_marker" IS NOT NULL) OR ("field_map_traffic" IS NOT NULL) OR ("field_map_marker_icon" IS NOT NULL) OR ("field_map_marker_animation" IS NOT NULL) OR ("field_map_controls" IS NOT NULL) OR ("field_map_infowindow" IS NOT NULL) LIMIT 1 OFFSET 0; Array ( )
Have you solved your problem? I am trying to do the same thing.
Not working with rc3. Probably in path need change selector from `.ui-dialog .ck` to `.ck`
This patch not working for my site.
I forgot modified also `ColorFieldFormatterCss.php` file. Now should be okay in layout_builder display and on page.
I wrote working patch for this issue.
I applied this patch, but when setting the field formatting to Color CSS declaration and trying to save the settings with layout_builder enabled, the error still occurs.
I tested the patch with Drupal 10 and it works perfectly. Great work.
bronisMateusz β created an issue.
D10.0.3 PHP 8.2:
Deprecated function: Creation of dynamic property GuzzleHttp\Psr7\Request::$stats is deprecated in Drupal\webprofiler\Http\HttpClientMiddleware->Drupal\webprofiler\Http\{closure}() (line 57 of modules/contrib/webprofiler/src/Http/HttpClientMiddleware.php).
Drupal\webprofiler\Http\HttpClientMiddleware->Drupal\webprofiler\Http\{closure}(Object) (Line: 136)
GuzzleHttp\Handler\CurlFactory::invokeStats(Object) (Line: 106)
GuzzleHttp\Handler\CurlFactory::finish(Object, Object, Object) (Line: 47)
GuzzleHttp\Handler\CurlHandler->__invoke(Object, Array) (Line: 28)
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object, Array) (Line: 48)
GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object, Array) (Line: 61)
Drupal\webprofiler\Http\HttpClientMiddleware->Drupal\webprofiler\Http\{closure}(Object, Array) (Line: 20)
Drupal\tracer\Http\HttpClientMiddleware->Drupal\tracer\Http\{closure}(Object, Array) (Line: 35)
GuzzleHttp\PrepareBodyMiddleware->__invoke(Object, Array) (Line: 31)
GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object, Array) (Line: 71)
GuzzleHttp\RedirectMiddleware->__invoke(Object, Array) (Line: 61)
GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object, Array) (Line: 75)
GuzzleHttp\HandlerStack->__invoke(Object, Array) (Line: 331)
GuzzleHttp\Client->transfer(Object, Array) (Line: 168)
GuzzleHttp\Client->requestAsync('GET', Object, Array) (Line: 187)
GuzzleHttp\Client->request('GET', 'http://localhost:12321', Array) (Line: 204)
Drupal\vite\AssetLibrary->shouldUseDevServer() (Line: 94)
Drupal\vite\Vite->rewriteLibrary(Object) (Line: 86)
Drupal\vite\Vite->processLibraries(Array, 'hbh') (Line: 17)
vite_library_info_alter(Array, 'hbh', NULL) (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('library_info', Array, 'hbh') (Line: 366)
Drupal\Core\Asset\LibraryDiscoveryParser->parseLibraryInfo('hbh', 'themes/custom/hbh') (Line: 118)
Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension('hbh') (Line: 87)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibraryDefinitions('hbh') (Line: 66)
Drupal\Core\Asset\LibraryDiscoveryCollector->resolveCacheMiss('hbh') (Line: 149)
Drupal\Core\Cache\CacheCollector->get('hbh') (Line: 149)
Drupal\Core\Asset\LibraryDiscoveryCollector->applyLibrariesExtend('core', 'drupal.dialog', Array) (Line: 111)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibraryDefinitions('core') (Line: 66)
Drupal\Core\Asset\LibraryDiscoveryCollector->resolveCacheMiss('core') (Line: 149)
Drupal\Core\Cache\CacheCollector->get('core') (Line: 44)
Drupal\Core\Asset\LibraryDiscovery->getLibrariesByExtension('core') (Line: 58)
Drupal\Core\Asset\LibraryDiscovery->getLibraryByName('core', 'jquery') (Line: 68)
Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies(Array, Array) (Line: 70)
Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies(Array) (Line: 41)
Drupal\Core\Asset\LibraryDependencyResolver->getLibrariesWithDependencies(Array) (Line: 104)
Drupal\Core\Asset\AssetResolver->getLibrariesToLoad(Object) (Line: 116)
Drupal\Core\Asset\AssetResolver->getCssAssets(Object, ) (Line: 312)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAssetLibraries(Object, Array) (Line: 158)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments(Object) (Line: 94)
Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
call_user_func(Array, Object, 'kernel.response', Object) (Line: 93)
Drupal\tracer\EventDispatcher\TraceableEventDispatcher->dispatch(Object, 'kernel.response') (Line: 196)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 184)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 74)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 42)
Drupal\tracer\StackMiddleware\TracesMiddleware->handle(Object, 1, 1) (Line: 34)
Drupal\webprofiler\StackMiddleware\WebprofilerMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 49)
Drupal\whoops\StackMiddleware\WhoopsMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 681)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
I can confirm that with me the patch also works as expected.
bronisMateusz β created an issue.
Hello. You must update also 5th line in `gin_lb.info.yml` file, because now composer throw following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/gin_lb ^1.0@RC -> satisfiable by drupal/gin_lb[1.0.0-rc1, 1.0.0-rc2].
- drupal/gin_lb[1.0.0-rc1, ..., 1.0.0-rc2] require drupal/core ^9.3 -> found drupal/core[9.3.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.0.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
bronisMateusz β made their first commit to this issueβs fork.
bronisMateusz β created an issue.