I have the same issue.
I installed the module.
I created a new subscriber.
When I try to run drush cr, I get the following error:
Class \Drupal\core_event_dispatcher\EntityHookEvents not found.
The workaround is working but I will wait for https://www.drupal.org/project/drupal/issues/3200062 β
This module is exactly what I need too. Thank you
#260 applied for me on Drupal 10.3.7 and
#262 did not
thanks @socialnicheguru
Same for me on 10.3.8
Thank you
I dont' know if it's directly related to the webform module but I have a webform in a modal and it doesn't scroll on IPhones.
webform: 6.2.2
drupal: 10.2.2
I apply this patch on 10.2.6 and I'm not able to see the icon.
Here are some configurations of my .yml
- 'access administration pages'
- 'access content overview'
- 'access contextual links'
- 'access media overview'
- 'access site in maintenance mode'
- 'access taxonomy overview'
- 'access toolbar'
....
- 'edit terms in foundation_project_region'
- 'edit terms in foundation_project_type'
I have access to the page taxonomy overview.
I rebuilt the permissions and cleared the cache, but I still don't have the Taxonomy link in my Toolbar.
Has anyone been able to use this patch with the Gin theme? I wondering if this is why I can see the icon Structure to have the link for the taxo.
@paranojik I looked at your MR https://git.drupalcode.org/project/layout_builder_at/-/merge_requests/13... and it appears that there is a mistake in your implementation of calling $this->entity_repository
in the parent class the protected variable is $entityRepository
.
Here is the patch with the correction based on the work of paranojik.
https://www.drupal.org/files/issues/2024-04-19/3090261-15.patch β
This patch allows you to install the core patch π Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions Needs work , fixing the revision issue to work with layout_builder_at
I'm not sure if this is the right place, but I have an issue related to https://www.drupal.org/project/drupal/issues/3047022 π Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions Needs work .
Steps to reproduce:
Add a block with a media reference field on the layout builder.
Create a block with media content within this layout.
Publish the content.
Add a new draft to this content and attempt to update the existing media.
Error:
"message":"Non-reusable blocks must set an access dependency for access control."
The patch https://www.drupal.org/files/issues/2024-03-13/3047022-107.patch β resolves the issue on a vanilla install, but there are conflicts with layout_builder_at. I have tried different patches for this issue, but I always encounter a fatal error when attempting to install https://www.drupal.org/files/issues/2024-03-13/3047022-107.patch β .
As mentioned in #106, I currently have an issue with:
"Node access should be granted, but the node is assigned to NULL, since the associated revision IDs are checked against the default entity, not the active entity."
I was able to reproduce the bug and the patch solved my issue on a vanilla install.
However, on different projects where we are using the module Layout Builder Asymmetric Translation β , we can't use this current patch.
I think I have a similar issue with Azure. Has anyone been able to use views_data_export with Azure Blob Storage? I'm wondering if this patch could work with the Azure File System ?
vincent signoret β created an issue.
Thank you, @b_sharpe !
I believe this is the best approach. We can still install these dependencies if needed using https://github.com/mglaman/composer-drupal-lenient.
I applied patch #39 with
- - drupal 10.2.1
- - dropzonejs v2.8
- - entity_browser v2.10
I had a media 'document' containing a field of type File. This field has a maximum file size of 1000 MB. I added a widget to the display form of this field of type Entity Browser. This widget has the following configuration settings:
settings:
submit_text: 'SΓ©lectionner le document'
auto_select: false
upload_location: 'public://[date:custom:Y]-[date:custom:m]'
dropzone_description: 'Drop files here to upload them'
max_filesize: 1000M
extensions: 'pdf odt ods xls xlsx doc docx xhtml xbrl zip'
clientside_resize: false
resize_width: null
resize_height: null
resize_quality: 1.0
resize_method: contain
thumbnail_method: contain
chunking: true
force_chunking: true
chunk_size: 2000000
parallel_chunk_uploads: true
retry_chunks: true
retry_chunks_limit: 3
When I tried to upload a file (900MB) I always have the error "File is too big (XXXMiB). Max filesize: XXXMiB."
With some debuging in DropzoneJsEbWidget.php line 165 the $config = $this->getConfiguration();
returned the configuration I had set in the entity browser widget, except for the max_file_size. The max_file_size alwayss returned the value of my upload_max_filesize in my php.ini
I have tried previous patches and different versions of enyo/dropzone, but I always face the same issue.
vincent signoret β created an issue.
I had some difficulty integrating this module with the layout builder modal particularly with D10. The layout builder iFrame β modal solved my problems, as the modal uses the backend theme.
Like mentioned in #16 I also have an with the autocomplete element. I'm not sure if it's related to this problem.
I couldn't install the patch on Drupal 10.1.2 on 3.0.2
I don't know if it's related to #19
vincent signoret β created an issue.
I would love to have this option. I can't use this plugin because I don't want to allow my content editor to paste any style into the editor.
I had the same issue and mod_rewrite
was also the solution for me !
Hello, I would also like to have this module on Drupal 10. Thank you
Hello, I had the same problem with version 5.2
I was able to proceed with the installation by doing "composer require 'drupal/simple_oauth:^5.2' -W"
Are you also thinking of updating version 5.x?
Thank you.
vincent signoret β created an issue.
Thank you very much for the quick answer wengerk.
I couldn't install the 3.x on Drupal 9.4.
Thank you for the patch !
vincent signoret β created an issue.
Hello, thank you for the work.
I wondering if we can have this patch for the 3.0.x ?