Tested the MR on 2.x-dev and it works great for me.
Having the same issue with version 4.
I can't test locally and I don't understand the solutions above. I'm in a position where I don't want to push any changes in case it breaks production.
I'm dumping from platform.sh and importing into lando.
Applying the patch from the latest MR gives me the following error. (Drupal 10.3)
Error: Class "Drupal\eva\View" not found in Drupal\eva\LazyBuilders->displayView() (line 90 of modules/contrib/eva/src/LazyBuilders.php).
I have this issue, landed here trying to solve it.
Is this expected behaviour?
My Gin admin theme seems to work fine.
If I remove the status message block from the frontend theme then messages still display but in the content region (still un styled) is this normal behaviour?
Applying the patch from that thread didn't solve the issue which appears to about sorting them.
I do have an error in my twig about invalid naming.
<!-- THEME DEBUG -->
<!-- THEME HOOK: 'region' -->
<!-- FILE NAME SUGGESTIONS:
✅ region--nowrap.html.twig
▪️ region--pre-content.html.twig
▪️ region.html.twig
-->
<!-- BEGIN OUTPUT from 'themes/contrib/bootstrap_barrio/templates/layout/region--nowrap.html.twig' -->
<!-- THEME DEBUG -->
<!-- THEME HOOK: 'block' -->
<!-- FILE NAME SUGGESTIONS:
▪️ block--system-messages-block--pre-content.html.twig
▪️ block--system--pre-content.html.twig
▪️ block--pre-content--partshub-messages.html.twig
▪️ block--pre-content.html.twig
▪️ block--partshub-messages.html.twig
✅ block--system-messages-block.html.twig
▪️ block--system.html.twig
▪️ block.html.twig
-->
<!-- INVALID FILE NAME SUGGESTIONS:
See https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!theme.api.php/function/hook_theme_suggestions_alter
-->
<!-- BEGIN OUTPUT from 'core/modules/system/templates/block--system-messages-block.html.twig' -->
Getting the same issue.
status-messages.html.twig is not being suggested.
I'm getting the same as #10
I'm using a subtheme which of a conrib theme. After updating to 10.3 the styling disappeared because the template is not being suggested.
Looking for this feature in 3.x
We're getting hammered by bots hitting un cached pages with various combinations of facets that rarely get used.
I also have this issue with a basic page.
I'm having the same issue, I'm trying to think of ways around using IEF as the original use case is a handful of entities where I have over 2500. Did you find a resolution ?
@himanshu_jhaloya, this is exactly what it was. Thanks
I'm using MR30 and it's working on 2.x-dev can this be marked as reviewed & tested?
Bumping to latest version as I still get the message in the log file.
I have this problem, the table header isn't stick so it makes managing them near impossible,
Looking at https://www.drupal.org/project/drupal/issues/3362276 📌 Use position: sticky for views sticky table header Fixed they have gone with a different approach but only fixed it 11 but the issue persists in 10.
Hi Marcoka,
Yes that fixed the issue, I managed to create a pull request but I don't know if I've set it to the correct branch. You can see in there what the change is, as you say it is very minor.
https://git.drupalcode.org/project/fa_formatter/-/merge_requests/2
Cheers Dan
I stumbled across this
https://www.drupal.org/project/field_formatter/issues/3333885 🐛 Infinite loop when first available formatter extends FieldWrapperBase Fixed
This needs adding to the settingsForm function
$form = parent::settingsForm($form, $form_state);
I've tried to do a merge request but I can't work it out.
danharper → created an issue.
Hmm, so why is this happening ? Views data export is replacing the div incorrectly?
Hi @ravi-kant
1. Create view that displays a table on a page with on field "Title"
2. Install views data export
3. Add a Data export display
4. Attach the display to the initial page.
5. Set the format setting to csv
6. On the data export display change the Export settings -> method to batch.
7. View the page and then click Download csv
That should reproduce the issue.
Cheers Dan
This is not applying anymore, is it still needed with the latest version?
Ahh yes I am actually using the patch here
https://www.drupal.org/project/yearonly/issues/2903879 ✨ Select/Options formats in views as exposed filter Needs work
Cheers Dan
I'm still getting this problem in Drupal 10.2.2
Screenshots attached.
Maybe I have missed something in the sub theme? but I haven't really added that much to it.
danharper → created an issue.
danharper → created an issue.
danharper → created an issue.
Great thanks for the info, I must have overwritten the config somehow.
danharper → created an issue.
Ahh ok, thanks for the update. I downgraded Imagemagick so I guess this can be closed.
I think it's related to this.
https://www.drupal.org/project/imagemagick/issues/3414601 📌 Switch command line escaping to Symfony Process Downport
danharper → created an issue.
I'm facing this issue using the field_states_ui module.
The showing and hiding just doesn't seem to work even with the latest patch.
I am getting this issue in Drupal 10 and states don't seem to work on these field types.
danharper → created an issue.
I think this may have caused an issue on my site.
I get,
Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "step" for route "commerce_payment.checkout.cancel" must match "[^/]++" ("" given) to generate a corresponding URL. in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 209 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
When viewing the cart and the buttons are turned on.
Drupal 10.2
Hi Volodymyr.I
Did you test this past installing it?
Cheers Dan
Just tried the latest dev but that hasn't worked, I'll try and have a look at the code later to see if I can patch.
Should cleanVar only be used if I actually tick strip tags?
The function is stripping the markup.
danharper → created an issue.
I've tried the above but when I edit a node and save it nothing happens.
Tried using XDEBUG in the entityUpdate function but it never gets there.
Why was this deprecated?
I've just spent a while trying to debug my event dispatcher and then found this :-)
Cheers Dan
I'm looking for this, if somebody can guide what the approach would be I can write a patch.
danharper → created an issue.
Sorry my fault, I realised this was because I was using another patch that is modifying the module file
https://www.drupal.org/project/eva/issues/3083993
✨
Hide output if empty option
Fixed
It's still not applying for me on 3.0.0 or 3.0-dev.x
It seems that it rejects
@@ -50,63 +50,55 @@ function eva_entity_extra_field_info()
In the module file this line is actually line 51.
I can't seem to get this patch to apply on 3.0.x-dev or 3.0.0
https://git.drupalcode.org/project/eva/-/merge_requests/1.diff
It gets rejected on the module file.
Cheers Dan
Throbber issue is discussed here https://www.drupal.org/project/entity_browser/issues/3181631 🐛 Use theme function for ajax progress Fixed
danharper → created an issue.
It's hosted on platform sh, not sure what there underlying storage is.
I'll check those tickets, thanks for the help.
I haven't caught them exactly but it's when the customer does a bulk upload of a few GB if images and they have 20 or so image styles used for generating product images for multiple brands with different watermarks etc.
What seems to happen is that the image is generated but it's extremely small, I can't say when it will happen again as I add an extra 10gb to their hosting package each time it happens.
danharper → created an issue.
danharper → created an issue.
I'm have a similar use case to others, I'm using flat rate but not using weight in the calculations as the customer doesn't have that information.
It would be useful to set default value to 0.
Hi,
I have tested the patch and it works but using views_data_export attached view it creates duplicates, not sure if that's a views data export issue or something this patch is creating.
Cheers Dan