We are running a Drupal 10 site. But intermittently, ajax on all over site gets break.
And we are clearing the Drupal cache, it works again. What could be the reason for this behaviour, we are not sure.
shailja179 → created an issue.
@lukas.fischer,
I downloaded the module with composer and installed via drush but no error. Even module setting page is also working fine.
See the screenshots.
I am not getting this error on Drupal 10. Embed video is playing with autoplay.
Give me steps for the error, i can provide the patch if there is issue.
See the screenshot.
I have applied the patch #5. Its working fine and changing the name properly.
RTBC +1.
This MR will fix the issue for Drupal 10 compatibility.
Moving to needs review.
I am using Drupal 10.1.x and Php 8.1. Its working for me.
See the screenshots.
@ty10086,
I ran the composer require phpoffice/phpspreadsheet
in my project root and it started working.
For now you can run this command to make it work.
It should be in modules composer file. I am adding patch to modules composer file. Once it will be in new release, it will work on module download with composer.
I have applied the patch in #3, it works nicely.
And dependency is needed as its the part of webform and using its functions.
Attaching the screenshots as well.
@DieterHolvoet,
I didn't get this issue on my instance with same version.
Can you provide the steps?
Thanks @JParmar, This patch fixed the issue for me.
I have attached the screenshots for error and fixed version.
RTBC +1
@MukhtarM ,
Please use this patch. Patch will fix the issue for same version.
I have tried the MR and its working fine for me.
Attaching the screenshots for both cases. It should be moved to RTBC.
I was also facing this issue. Tried this patch and it fixed the issue.
Attaching the screenshot for both cases.
@nik@10,
Please provide the steps to reproduce.
hook_uninstall does not resolve the issue for me.
@omkar.podey,
There may be something wrong with your css or images, for me icons are working properly for 11.x version.
Attaching the screenshot.
I didn't find this error with this version of smart trim. This is working fine and More link is showing properly and working too.
Attaching the screenshot.
@pglatz,
This error was for the first time for me.Still i have created this patch to fix this.
Please try this.
Added merge request.Plz check
@Vlooi Vlerke,
This patch will fix the issue.Please try this.
Sorry title changed by mistake.
Yes, you can add that form in other part of view(header,footer) as a block. Thats why we need to expose filter in block otherwise it comes above view if we don't expose to block.
@Belba,
This is expected as its already mentioned in views setting. Attaching the screenshot.
Check this note when you try to put exposed form in block.
If set, any exposed widgets will not appear with this view.
@msbtterswrth,
This was a requirement to disable this scroll in https://ckeditor.com/old/forums/CKEditor-3.x/Disable-Scroll-Bar.
If you want to enable this, you can use this code in your custom css with some parent id.
.ck-source-editing-area textarea{
overflow: visible;
}
This should work.
The patch in #2 does not fix the error.
This feature is not working in other Drupal versions as well. For this we will have to enable the child links in toolbar as well.
@jsidigital, yes i am talking about file structure permission of private folder. But its working for me fine.
May be some custom module is causing the issue on your side.
@jsidigital, It is working for me. You can check if your private folder name/permission is correct.
Phpcs issues fixed in this patch.
@duckydan,
Please change the status for issue then.Its still in needs review.
This patch will fix the issue with Drupal 10. Try this.
Created this patch to fix this issue.
This patch will fix the issue. Try this.
This patch will fix the issue for 8.x-3.19.
@Nikolay Borisov,
Paragraphs Editor Enhancements works with paragraph type (entity reference revision) field and we cannot translate this field type.
Thats why buttons are not translating.
For paragraph type field translation, we need to use paragraph asymmetric translation module but that module is not compatible with Paragraphs Editor Enhancements
So this needs to be fixed for asymmetric translation widget.
Moving this to RTBC.
@dmurphy1 ,
Can you give the steps to reproduce the issue?
@AlfTheCat,
I didn't find any issue in edit and save. There may be some other reason at your end.
@bioschaf,
I am using these settings given in screenshot. But it is working as expected.
Can you give the proper steps to reproduce the issue?
@Ahmad Smhan,
This patch will make this stable.
This patch will make the module compatible for Drupal10. Try this.
#3 is exactly same as in proposed solution.
This patch will make the pages consistent. Try this for 11.x.
@ Orkut,
Project maintainer wrote a special note on project page.
Very early test-release. Highly unstable. DO NOT USE!
This is not ready to use.
I tried this patch. Patch is working fine and before after screenshots are attached there.
So moving to needs review.
My bad.Made the new changes in patch but MR looks good.
Apply this patch and clear the cache once, and search text to translate from admin/build/translate/search.
It should work now.
@prathamesh.save,
You can try something like below code to achieve this.
function hook_form_user_pass_alter(&$form, &$form_state) {
$form['#submit'][] = 'custom_password_redirect';
}
/**
* Redirects user after password reset form is filled.
*/
function custom_password_redirect(&$form, &$form_state){
$form_state['redirect'] = 'node/20';
}
@alayham,
it will be better if you could give the steps too.
MR seems good for Drupal 11.x.
Uploaded wrong patch by mistake. This is the final patch.
Please use this.
@pandaski,
This patch will fix the issue. Try this.
@FiNeX,sorry it may be by mistake.I was reviewing your patch, may be accidentally. Sorry for that.
@giordy,
Can you provide the steps?
Thanks
@sayco,
Please check if this solution works and merge it.
Thanks
@AlfTheCat,
This validate function is not needed here. Try this patch, it should fix the issue.
Patch is with Drupal9.5.
@tripodcreative,
Try this new patch, it will revert the settings after uninstalling the module and will display title after disabling the checkbox.
Yes, will do that.
@tripodcreative,
Basically it should change automatically after disabling the setting. I have added this patch to solve this issue.
It will automatically show title after disabling the setting.
Try this patch.
@Neslee Canil Pinto,
Please check this patch and merge.
Thanks
@jaydee1818
This is working fine with Drupal9.5. It can be some caching issue. You can try clearing cache.
It is working fine for me.
@drupgirl,
Try this patch to replace any token in To field. You just need to add token there, it will replace automatically.
Patch is for Drupal 9.5 with 8.x-1.8 version of redirect.
The issue is not with Agreement, it is actually with redirect module.
@tariqDev,
With fresh Drupal9.5.10 and module version 8.x-1.6 its working fine.
There must be some module in your instance which is conflicting with the functionality.
I am using it with block type but its working fine. See the attached screenshot of block backend and frontend.
It may be something else at your end which is causing issue.
@naveenvalecha,
Can you mention the steps to reproduce?
Thanks
@Nelo_Drup,
Have you downloaded the library from https://github.com/DrewDahlman/Mason?
You have to unzip this mason-master folder to your libraries folder and renamed it mason.
Error should resolve.
@Nelo_Drup,
Did you get this error on image upload? I tried uploading image and it works.