πŸ‡¦πŸ‡ΊAustralia @hitesh.koli

Melbourne
Account created on 20 August 2013, almost 11 years ago
#

Recent comments

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

GTM setting for tracking only anonymous users.

Google tag > Conditions > User Role > Select `anon`

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

This was causing below the update `8102 ` did not ran correctly and the version of the latest db updates as set to `8103 ` without changes correctly applied by `8102`. I did the following to fix this.

After investigation it looks like the issue was with "viewsreference" module used in paragraph. some how update for `8102` did not went through.

So in order to re-run the db updates I reset the version from 8103 to 8102.

drush ev "\Drupal::service('update.update_hook_registry')->setInstalledVersion('viewsreference', 8102)". After running this I ran the drush updb again and the issue went away as the database changes were now in sync with codebase.

I verified to see if the version is correctly set or not using drush ev "echo \Drupal::service('update.update_hook_registry')->getInstalledVersion('viewsreference')"

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

I had a similar issue. The message appearing "Mismatched entity and/or field definitions (Paragraph)" in status report.

After investigation it looks like the issue was with "viewsreference" module used in paragraph. some how update for `8102` did not went through.

So in order to re-run the db updates I reset the version from 8103 to 8102.

drush ev "\Drupal::service('update.update_hook_registry')->setInstalledVersion('viewsreference', 8102)". After running this I ran the drush updb again and the issue went away as the database changes were now in sync with codebase.

I verified to see if the version is correctly set or not using drush ev "echo \Drupal::service('update.update_hook_registry')->getInstalledVersion('viewsreference')"

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

This issue still exist when items are wrapped in the fieldset.

The only way to fix this was use `template_preprocess_fieldset()` in the custom theme and set `description_display` value (before/after).

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

I am having the same issue using Claro as base theme for the administration with a custom theme.

πŸ‡¦πŸ‡ΊAustralia hitesh.koli Melbourne

#4 fixes the problem on Drupal core 9.4.12 . This patch need to go in next release

Production build 0.69.0 2024