Account created on 22 December 2015, almost 10 years ago
#

Merge Requests

More

Recent comments

🇫🇷France mably

@jmsomera MR has been updated.

Could you give it another try?

🇫🇷France mably

mably changed the visibility of the branch 3552189-webform-integration-2 to hidden.

🇫🇷France mably

Same annoying problem here:

Drupal 11.2.5 / Gin 5.0.5

🇫🇷France mably

Your wish is my command. - Claude

Could you have a look at this issue's MR please?

🇫🇷France mably

mably made their first commit to this issue’s fork.

🇫🇷France mably

And you can use the Asset Injector module if you do not have access to the backend.

🇫🇷France mably

@cindytwilliams it's already been merged on 2.0.x dev branch.

🇫🇷France mably

Released in <a href="https://www.drupal.org/project/domain_theme_switch/releases/3.0.0-alpha3">3.0.0-alpha3</a>.

🇫🇷France mably

Hi @drupalgarm, can you give a try to this issue's MR please?

🇫🇷France mably

mably made their first commit to this issue’s fork.

🇫🇷France mably

This should be doable in pure CSS.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably made their first commit to this issue’s fork.

🇫🇷France mably

FYI we are only deleting the successfully migrated configuration overrides.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

Interested in having this merged.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

Actually the whole schema file is missing.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

We have the same problem when saving Domain overrides.

What is the best way to handle it?

🇫🇷France mably

mably created an issue.

🇫🇷France mably

Looks like the warning is still present when using the Domain module 3.x.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

Couldn't it rather be done using a hook_entity_translation_create ?

🇫🇷France mably

Unless new, valuable information is provided, this issue will be closed in 3 months.

🇫🇷France mably

@4kant Thanks for confirming that the issue has been resolved.

🇫🇷France mably

Problem has been identified : in our case the view configuration had been synchronized back to its old state after running the update hook.

The solution : simply run the update hook again using the Devel PHP module for example.

$module = 'domain_access';
$path = \Drupal::service('extension.list.module')->getPath($module);
include_once DRUPAL_ROOT . '/' . $path . '/' . $module . '.install';
domain_access_update_10001();

Or you can execute this code in Devel PHP and run update.php again:

\Drupal::keyValue('system.schema')->set('domain_access', 10000);

Other solution: recreate the domain access filter in your view.

🇫🇷France mably

Looks like I have been able to reproduce it on one of my sites.

Investigating.

🇫🇷France mably

We need an MR here.

🇫🇷France mably

The class is stil referenced in the PublicationDateItem field type class.

🇫🇷France mably

This feature should probably be refactored in a dedicated submodule.

🇫🇷France mably

Postponing until we get new elements allowing to work on it.

🇫🇷France mably

Not sure to understand what this MR is doing exactly.

The removed line was added in this commit: https://git.drupalcode.org/project/publication_date/-/commit/304fd3d7d51...

For a particular reason I guess.

🇫🇷France mably

If no reproducible scenario is provided, I’ll close this issue in 3 months.

🇫🇷France mably

If no reproducible scenario is provided, I’ll close this issue in 3 months.

🇫🇷France mably

Hi @4kant, it looks like we have found another edge case that is not covered by our functional tests.

Can you give a full reproducible scenario on a fresh Drupal 11 install please?

🇫🇷France mably

Comments in MR.

🇫🇷France mably

Let's still hope that #3202329: Outbound path processors miss the route name and parameters lands in core soon!

That would definitely bring a significant performance improvement when using the domain source path processor.

Let's merge this for now.

🇫🇷France mably

Do we know what 'Test cron handling' refers to?

Production build 0.71.5 2024