Hello, any updates on this issue ?
meryem dibe β created an issue.
hello, any updates about this issue ? we are facing almost the same problem and cannot reproduce.
Meryem Dibe β created an issue.
I agree, the error is still occurring even with the patch applied, any updates on this case ?
Hello,
when i unpublish a paragraphs library item i'm not seeing that change reflected on the node page where the paragraphs library item is added.
can someone help!
Hello,
Any updates on this feature ?
Meryem Dibe β created an issue.
same Problem occured in Metatag v2.0 in drupal 10.
any solution please ?
Hello How about form API ?
This seems quite interesting. Are there any updates, or has someone managed to build this functionality?
Hello @afagioli,
Im facing the same issue in bat "10.x-dev@dev", in drupal 10
To replicate :
Create a content type with a unit reference field and a unit reference type field.
Create a node of this content type.
Navigate to the BAT fullcalendar display page.
Observe the locked fullcalendar, preventing interaction.
Hello @afagioli,
I have created this patch. Could you please review it?
Meryem Dibe β created an issue.
Hello π
Im testing ba 10.x-dev@dev and i still encounter this error.
Patch #5 worked for me. Thanks
I've created a patch that fixes this issues After applying the patch, error logs are gone, and everything seems to be running smoothly.
im not sure if this is a good approach tho.
Thanks for looking into the issue. I appreciate your effort to replicate it on your local environment. However, I'm still encountering the errors even after a fresh installation with the following setup:
Drupal 10.1.6
"drupal/bat": "10.x-dev@dev"
Enabled modules: bat , bat_unit and bat_event
I've attempted to reproduce the problem multiple times, including a fresh installation, but the errors persist.
Could you please confirm if there are any additional modules or specific configurations you have in your environment that might be influencing the outcome?
Meryem Dibe β created an issue.
Hello Patch #9 worked for me on D10.
Thanks @Alina Basarabeanu.
indeed as you mentioned, A stable version is needed
Meryem Dibe β created an issue.
Hello,
Any updates on the issue with the three dots not showing when there are too many items in the embedded editor within a paragraph?
Patch #31 resolves the overlap with the sidebarβthanks @Gauravvvv.
However, I still face the issue of items going to the next line even with 'shouldNotGroupWhenFull' set to False. I've found comments on a potential solution on the upstream side: https://github.com/ckeditor/ckeditor5/issues/11334, but it seems to be ongoing.
Also, there are mentions of addressing the problem on the paragraph side, but I couldn't locate a specific link to the issue.
Any updates would be appreciated.
@sker101, @Wim Leers
Thanks.
Hello,
@j-barnes, @Ericmaster,
I noticed that Issue has been open for several months. Is there any progress or a potential fix in sight? Your update would be appreciated.
Hello @ Tek Raj Bhatt β ,
I've prepared the env so all the custom and contrib modules are compatible with d10.
When i run the
composer require 'drupal/core-recommended:^10.0' 'drupal/core-composer-scaffold:^10.0' 'drupal/core-project-message:^10.0' --update-with-dependencies --with-all-dependencies
i get the following errors:
Problem 1
- drupal/core[10.0.x-dev, ..., 10.1.x-dev] require psr/log ^3.0 -> found psr/log[dev-master, 3.0.0, 3.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core[10.0.0-alpha1, ..., 10.0.0-alpha2] require symfony/console ^5.4 -> found symfony/console[v5.4.0-BETA1, ..., 5.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core[10.0.0-alpha3, ..., 10.0.0-alpha5] require symfony/console ^6.0 -> found symfony/console[v6.0.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core[10.0.0-alpha6, ..., 10.0.0-beta2] require symfony/console ^6.1 -> found symfony/console[v6.1.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core 10.0.0-rc1 requires symfony/console ^6.2@beta -> found symfony/console[v6.2.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core[10.0.0-rc2, ..., 10.1.0-alpha1] require symfony/console ^6.2 -> found symfony/console[v6.2.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core[10.1.0-beta1, ..., 10.1.5] require symfony/console ^6.3 -> found symfony/console[v6.3.0-BETA1, ..., 6.4.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires drupal/core ^10.0 -> satisfiable by drupal/core[10.0.0-alpha1, ..., 10.2.x-dev].
When running the command
composer prohibits drupal/core ^10.0
drupal/linkit 6.0.1 conflicts drupal/core (>=10.1)
drupal/core 10.1.5 requires symfony/console (^6.3)
drupal/recommended-project dev-main does not require symfony/console (but v4.4.49 is installed)
drupal/core 10.1.5 requires symfony/dependency-injection (^6.3)
drupal/recommended-project dev-main does not require symfony/dependency-injection (but v4.4.49 is installed)
drupal/core 10.1.5 requires symfony/event-dispatcher (^6.3)
drupal/recommended-project dev-main does not require symfony/event-dispatcher (but v4.4.44 is installed)
drupal/core 10.1.5 requires symfony/http-foundation (^6.3)
drupal/recommended-project dev-main does not require symfony/http-foundation (but v4.4.49 is installed)
drupal/core 10.1.5 requires symfony/http-kernel (^6.3)
drupal/recommended-project dev-main does not require symfony/http-kernel (but v4.4.50 is installed)
drupal/core 10.1.5 requires symfony/mime (^6.3)
drupal/recommended-project dev-main does not require symfony/mime (but v5.4.13 is installed)
drupal/core 10.1.5 requires symfony/routing (^6.3)
drupal/recommended-project dev-main does not require symfony/routing (but v4.4.44 is installed)
drupal/core 10.1.5 requires symfony/serializer (^6.3)
drupal/recommended-project dev-main does not require symfony/serializer (but v4.4.47 is installed)
drupal/core 10.1.5 requires symfony/validator (^6.3)
drupal/recommended-project dev-main does not require symfony/validator (but v4.4.48 is installed)
drupal/core 10.1.5 requires symfony/process (^6.3)
drupal/recommended-project dev-main does not require symfony/process (but v4.4.44 is installed)
drupal/core 10.1.5 requires symfony/yaml (^6.3)
drupal/recommended-project dev-main does not require symfony/yaml (but v4.4.45 is installed)
drupal/core 10.1.5 requires twig/twig (^3.5.0)
drupal/recommended-project dev-main does not require twig/twig (but v2.15.5 is installed)
drupal/core 10.1.5 requires asm89/stack-cors (^2.1)
drupal/recommended-project dev-main does not require asm89/stack-cors (but 1.3.0 is installed)
drupal/core 10.1.5 requires psr/log (^3.0)
drupal/recommended-project dev-main does not require psr/log (but 1.1.4 is installed)
Aren't those modules supposed to be updated along with Drupal core D10 installation ?
I would greatly appreciate any help or guidance you can provide.
Hello @ Tek Raj Bhatt β ,
Im facing almost the same errors as you, struggling to update D9.5.11 to D10... :(
Did u figure out a way to fix it ?
Merrydbe β created an issue.
Hello,
For the first option i have edited the function to force download of the assets
here is my code :
protected function addAssetsToZip(ArchiverInterface $zip): void {
$assets = $this->privateTempStore->get('export.assets') ?? [];
foreach ($assets as $file_uri) {
// Extract the relative path from the URI.
$file_relative_path = explode('://', $file_uri)[1];
// Download the file and add it to the ZIP archive.
$file_contents = file_get_contents($file_uri);
if ($file_contents !== false) {
// Add file contents to the ZIP archive with the same relative path.
$zip->getArchive()->addFromString("assets/{$file_relative_path}", $file_contents);
}
}
// Clean up the storage after we exported assets to the zip.
$this->privateTempStore->delete('export.assets');
}
I've created a patch for it external_assets.patch
Now im trying to import content and uploading assets (in my assets folder in the zip file ), but it seems like we only can upload files from the yml file.
Any ideas to manage to upload files using the asset folder ?