@mydot Thanks for mentioning the Drupal version.
I replicated the issue in Drupal 11 version and provided the merge request ,and it's working fine.
Please review once.
Duplicate of the issues below
https://www.drupal.org/project/drupal/issues/3504789
🐛
Menu link weight editing cannot be saved, automatically reset to zero
Active
https://www.drupal.org/project/drupal/issues/3494194
🐛
Menu Edit form is not saving properly overridden values properly
Active
kishan@kk → changed the visibility of the branch 3511393-form-validation-error to hidden.
kishan@kk → created an issue.
Hello @mydot.
I reviewed the module on my local environment.
Config page is working fine without any errors
Could you please share the steps to replicate the issue.
I have attached my drupal version and PHP version.
Hi @mydot
I installed the module in Drupal version 10.4.3 and PHP version 8.3.13.
Linked field Module is working fine in the local environment.
Can you please share the steps to replicate the issue?
kishan@kk → created an issue.
Please update the parent class according to requirement and configurations mentioned in the screenshot
@andras_szilagyi Hello
I followed your steps and placed the block on a page.
I found the same errors.
After reading the module instructions.
I found that
We need h tags with wrapper parent elements on the same page.
So, I added one block with custom code in CKEditor in the block layout.
<h2 id="section1">
Section 1
</h2>
<p>
Content for Section 1...
</p>
<h3 id="subsection2">
Subsection 2
</h3>
<p>
Content for Section 2...
</p>
and added its parent class ,h3,h2 tags in the configuration.
Then, I did not find any console errors, and the in-page navigation also started working.
Please check my attached screenshots.
@mistergroove I applied these code changes it solved my issue from the mentioned issue link.
kishan@kk → made their first commit to this issue’s fork.
I reviewed the following issue on the Drupal version
10.4.3 and PHP version 8.3.13.
It's working fine.
Can you provide detailed steps to replicate the above issue further?
@mistergroove
Please check once
I think this is a duplicate of the following issue.
I applied the solutions provided in the below issue:
https://www.drupal.org/project/context/issues/3268903
🐛
TypeError: call_user_func(): Argument #1 ($callback) must be a valid callback
RTBC
And the error is resolved.
I replicated the issue and reviewed the patch in comment #3, and it works fine for me.
@Prem suther Changed target branch please check.
kishan@kk → made their first commit to this issue’s fork.
Attaching a patch with updated fixes.
kishan@kk → made their first commit to this issue’s fork.
Can you please provide the steps for reproducing this issue?
Because I installed the module version
2.0.6 in Drupal version 10.0.0 and PHP version 8.2.24.
It's working fine for me without any errors.
Not 100% sure it's the same issue, but https://www.drupal.org/project/tb_megamenu/issues/3441346 🐛 Mega Menu caused our webform pages to crash Active is now in RTBC status. Once that is released it will hopefully solve this issue too.
Please also check the latest dev version of The Better Mega Menu module or
downgrade to alph3 or alph2 because in my case these latest dev version fixes the site crash issue.
I have reviewed the above solutions and its working.
thank you @jpfrancesconi
kishan@kk → made their first commit to this issue’s fork.
Pushed the changes in the new release tag 1.0.2
Now it's installed in the correct directory.
@bamberjp
Please review it once.
kishan@kk → made their first commit to this issue’s fork.
I have pushed the changes. Please review it once.
kishan@kk → made their first commit to this issue’s fork.
Yes. I reviewed it. It's fixed in version 1.0.2.
Yes. I reviewed the module and found issues with the default item load on the path yoursite/billing-form; the total price is 0 for quantity.
So I added the fixes for this. Please review my fixes. I have added them in MR.
@chaitanyadessai
Yes, I reviewed it changes are applied in version 1.0.5 and also there are no deprecated errors.
kishan@kk → created an issue.
I have pushed some changes .please review it.
kishan@kk → created an issue.
Yes, I reviewed the new version of the module. it's fixed now.
I have added the merge request in target branch but it gives errors. Please review MR and add the required changes.
I reviewed the module after installing the 1.0.2 version.
Please remove your commented key from the WeatherForecastBlock.php file and
If your API key is empty and not configured, then a message will be shown.
if (empty($api_key)) {
return [
'#markup' => $this->t('Please configure the OpenWeatherMap API key.'),
];
}
kishan@kk → created an issue.
I have pushed the changes. Please add the changes.
kishan@kk → created an issue.
Yes, I reviewed it. this issue is fixed now.
@chaitanyadessai Please Check Yesterday I tried to create MR request but changes are already pushed in branch.
Direct access for changes in branch is also not good from security reasons. Please make it correct.
kishan@kk → created an issue.
1 . I Installed the module and enabled it.
2. Then Go to page content type and click add field.
3. I selected the reference type field and click add.
4. Select the block plugin field and add.
Please follow the steps above.
Because it's not missing for me when I follow the above steps.
Updated the form field with required validations
kishan@kk → created an issue.
kishan@kk → created an issue.
Yes . It is fixed in the 1.0.3 release.
As jQuery and once are part of Drupal core and do not need to be added as separate dependencies in the info.yml.
kishan@kk → made their first commit to this issue’s fork.
Add a composer.json file with the following configurations:
{
"name": "drupal/academic_marksheet",
"description": "Module to manage student marks and generate results.",
"require": {
"tecnickcom/tcpdf": "^6.7"
}
}
for resolving library issue.
kishan@kk → created an issue.
kishan@kk → created an issue.
kishan@kk → created an issue.
Please try to downgrade the module to version 8.x-1.9 then upgrade to version 3.0.0-alpha2. Then the issue will be fixed using the same approach on my site on live as well as locally and it will fix the problem.
kishan@kk → created an issue.
Hello @ i have create mr please review @tobiasb@sanduhrs@hexabinaer
kishan@kk → made their first commit to this issue’s fork.
Hello @steveoriol you can add more avatars Gravatar generator by selecting its type.
I have attached screenshots that I think will be helpful for you but in my case adorable is not showing.
kishan@kk → made their first commit to this issue’s fork.
I created patch for the above issue.
kishan@kk → created an issue.
hi @GyD,@Ruben Marques.
I have created MR for the above issue. Please review it once.
Thank you
kishan@kk → created an issue.
kishan@lnwebworks → created an issue.
kishan@lnwebworks → created an issue.
kishan@lnwebworks → created an issue.
kishan@lnwebworks → created an issue.
You can add hook help in .module file with the help of below code
<?php
use Drupal\Core\Routing\RouteMatchInterface;
/**
* Implements hook_help().
*/
function YOUR_MODULE_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.YOUR_MODULE':
return '
' . t('This is a description of what your module does.') . '
';
}
}