Hi @valerione
I have added MR!2 for the above issue.
Please review it once
Thank you
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
Hi @rosemaryreilman
I have updated category = "constant_contact"
in the src/Plugin/Field/FieldType/ConstantContactListItem.php file .
Now the issue has been fixed.
Thank you !!
Hi
I have created MR!1 for the issue.
Please review it once.
Thank you
aman_lnwebworks → created an issue.
I @rosemaryreilman
I have upgraded the module with a new release version 4.2.0 but the issue still showing.
i have added screenshots please review it once.
Hi @rosemaryreilman
I have tried to apply your solution.
- First I created a new file "ik_constant_contact.field_type_categories.yml" and added the below code in this file
constant_contact:
label: "Constant Contact"
description: "Fields associated with Constant Contact service."
weight: -10
libraries: {}
But issue was not resolved
aman_lnwebworks → created an issue.
Hi @peterhebert
Can you please provide more information on how to reproduce this issue?
Because I installed the module version 2.x-dev in Drupal version 10 & 11 and PHP version 8.3.13.
It's working fine for me without any errors.
Hi @ljgra
Can you please provide the steps for reproducing this issue?
Because I installed the module version
1.1.0 in Drupal version 11 and PHP version 8.3.13.
It's working fine for me without any errors.
aman_lnwebworks → created an issue.
Hi,
I have added a patch to delete the translation, but after deletion, it does not go into the trash.
Now, we need to store the deleted translation in the trash.
Hi
I followed these steps in Drupal 10.4.3 with PHP 8.2:
1: Enable Trash support for Nodes.
2: Enable Content Translation and add one or more extra languages.
3: Create a node
4: Add one or more translations
Now, when I try to delete the translation, the node gets set in the same language instead of the translation being deleted.
After deleting the node with the default language, the node is removed successfully, but different issues are appearing.
Issue 1: Trash Page Error
When I navigate to /admin/content/trash, I get the following error:
Error: Call to member function getCurrentLanguage() on null in Drupal\trash\Controller\TrashController->render()(line 111 of modules\contrib\trash\src\Controller\TrashController.php)
Issue 2: Revisions Tab Error
When I open the Revisions tab of the node, I encounter this error:
Error: Call to a member function hasTranslation() on null in Drupal\node\Controller\NodeController->revisionOverview() (line 167 of core\modules\node\src\Controller\NodeController.php).
An attached image illustrates the steps taken before encountering the error.
Hi @mlncn @anybody
I have created a patch for your query (No title as the default). And I have also added screenshots where the title value is not default.
Could you please review it once?
Thank you!
Hi @kushal bansal
I have added patch & MR!12 and for the above issues.
Please review it once.
Thank you!!
aman_lnwebworks → created an issue.
Hi @candelas @tzatziki
We attempted to replicate the issue but were unable to do so. Could you please provide more details to help us resolve the issue more effectively?
Hi @johnv
Yes, This issue resolved in dev version,
Thank you !!
aman_lnwebworks → created an issue.
I have to get the same issue when I am trying to install this module
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "entity_mesh.static_language_negotiator" has a dependency on a non-existent service "plugin.manager.language_negotiation_method". in Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass@anonymousD:\laragon\www\27scan\vendor\symfony\dependency-injection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass.php:104$109ff->processValue() (line 119 of vendor\symfony\dependency-injection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass.php).
When I ran the drush cr, I faced the same issue.
The service "entity_mesh.static_language_negotiator" has a dependency on a non-existent service "plugin.manager.language_negotiation_method".
The error message indicates that the entity_mesh.static_language_negotiator service depends on plugin.manager.language_negotiation_method, which does not exist in your environment. This usually happens due to missing or incompatible dependencies.
The missing service plugin.manager.language_negotiation_method is provided by the Language module
You can add language module dependencies in your info file
dependencies:
- drupal:language
Thank you!!
Hello @phenaproxima @tedbow
I have Added MR!25 and also I have added patch for the above issue,
Please review it once.
Thank you !!
aman_lnwebworks → created an issue.
I have created MR!98 and also added patch for above issue
Please review it once .
Thank you
aman_lnwebworks → created an issue.
Hi @gordonio
We encountered the same issue while using the "Inline Entity Menu Form" module. To resolve this issue, we are replacing the 'use-ajax-submit' class with the 'use-ajax' class in the following line of the inline_entity_menu_form_form_alter() function.
$form['actions']['submit']['#attributes']['class'][] = 'use-ajax-submit';
We have added a patch for this issue.
I have added MR!14 and also I have uploaded patch for this issue
please review it once
Thank you !!
aman_lnwebworks → created an issue.
Hi @vishal.kadam I Fixed the coding standard issues that you have provided, please let me know if you found any issues here
aman_lnwebworks → created an issue.
Hi @xurdep
I have created MR!1 and patch for above issue, Please review it once.
Thank you
here is the patch for above issue
aman_lnwebworks → created an issue.
Thanks for the patch, we will fix issue in New Release.
Hi @chaitanyadessai
I have Created MR!2 for the above issue, Could you please review it once?
Thank you !!
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
Hi @psf_
I have created MR!3 for the above issue, Please review it once.
Thank you !!
aman_lnwebworks → created an issue.
Hi @Mingsong
Here is the patch for the above issue, please review it once.
Thank you !!
aman_lnwebworks → created an issue.
Hi @imclean
I have created MR!1 for the above issue, please review it once.
Thank you !!
aman_lnwebworks → created an issue.
I am using PHP version 8.1
Hi @psf_ @luismagr
I have created MR!2 for the above issue, Please review it once.
Thank you
aman_lnwebworks → created an issue.
Hi @mandclu
I have added MR!1 for the above issue, Please review it once.
Thank you!!
aman_lnwebworks → created an issue.
Hi @jrglasgow
I have created MR!3 for the above issue, please review it once.
Thank you!!
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
Please add a preview of the theme.
Thank you
Hi @sleepingmonk
Please review the above solution once.
Thank you !!
Hi @sleepingmonk
For the above issue, you need to add a
stories
directory inside the
lib
directory,
And also need to update "koan_library_info_build()" function in .theme file
function koan_library_info_build() {
$extensions = ['css', 'js'];
$directory = 'themes/contrib/koan/lib/stories';
$libraries = [];
try {
// Escaping and imploding the extensions array for regex use
$extensions = array_map('preg_quote', $extensions);
$extensions = implode('|', $extensions);
// Scanning the directory for files with the specified extensions
$file_scan = \Drupal::service('file_system')->scanDirectory($directory, "/{$extensions}$/");
// Processing each file found in the directory
foreach ($file_scan as $file) {
$parts = explode('.', $file->filename);
$extension = end($parts);
switch ($extension) {
case 'css':
$libraries[$file->name][$extension] = [
'component' => [
'/' . $file->uri => [],
],
];
break;
case 'js':
$libraries[$file->name][$extension] = [
'/' . $file->uri => [],
];
break;
}
}
} catch (Exception $e) {
// Logging the exception message to the watchdog for debugging
\Drupal::logger('koan')->error('Error building library info: @message', ['@message' => $e->getMessage()]);
}
return $libraries;
}
aman_lnwebworks → created an issue.
Hi @drupalnesia
I have created MR!19, Please review it once.
Thank you
.nav-item .nav-link {
color: rgb(59, 58, 58);
}
here is the code for above issue
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
Hi @smulvih2
I have created MR!1 for the above issue please review it once.
Thank you
aman_lnwebworks → created an issue.
richgerdes → credited aman_lnwebworks → .
Hi @SeaserWeb
Here is the patch for the above issue Please review it once.
Thank you !!
here is the code for issue
#contact-form #edit-submit {
margin-right: 10px;
}
aman_lnwebworks → created an issue.
aman_lnwebworks → created an issue.
Hi @aaron.ferris
We are also using 2.x (2.0.2) branch.
I am attaching the screenshot of info file
aman_lnwebworks → created an issue.
Here is the patch for the above issue, Please review it once.
thank you!!
aman_lnwebworks → created an issue.
Hi @mably
I have created MR!1 for the above issue, Please review it once.
Thank you !!
aman_lnwebworks → created an issue.
Here is the patch for above issue
please review it once.
Thank you !!
aman_lnwebworks → created an issue.
here is the patch for above issue please review it once
Thank you
aman_lnwebworks → created an issue.
Hi @ewehbe @Georges ADWAN @lara_z @chdugue
I have created MR!2 for the above issue, please review it once.
Thank you
aman_lnwebworks → created an issue.
Hi @i-grou
I checked your solution
if (!$table) {
return [];
}
it's working fine, you can merge this.
Thank you !!
Hi @i-grou
I have created MR!1 for the above issue, please review it once.
Thank you !!