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

Merge Requests

More

Recent comments

🇫🇷France mably

Thanks @hfernandes for the review!

I updated the code based on your suggestions.

Feel free to RTBC if everything seems ok.

🇫🇷France mably

Hi @olivierg, thanks for your patch.

Could you create a merge request please?

🇫🇷France mably

Haven't been able to reproduce the problem locally. Closing.

🇫🇷France mably

Closing for now. Feel free to reopen if needed.

🇫🇷France mably

Merged. Thanks!

🇫🇷France mably

Looks like everything is working again. 🎉

🇫🇷France mably

Ok, node field ToC is displaying again 😅

But Node block configuration is lost.

Looks like it hasn't been tested at all...

🇫🇷France mably

Looks like the table of contents are not rendering anymore 😉

Will have a deeper look tomorrow.

🇫🇷France mably

Works fine locally on Drupal 11.2.8.

🇫🇷France mably

Thanks @misterdidi.

Fix included in 1.1.0-rc1 release.

🇫🇷France mably

Closing as domain alias ordering have been added to 3.x.

🇫🇷France mably

Ok, thanks 👍

🇫🇷France mably

@yaqbick your commit made this whole MR mostly pointless, unless I miss something.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

FWIW the DomainListCheck class doesn't exist in Domain 3.x.

The string "DomainListCheck" can't be found at all in Domain 3.x source code.

So there is definitely something wrong with your configuration.

Probably some other module using a deprecated API.

🇫🇷France mably

Thanks @junaidpv for your feedback.

I'll publish a beta8 release in the coming hours.

🇫🇷France mably

@misterdidi ok, let's merge MR 5 then.

But what if a user wants to override a translation bundled with our plugin. How can it be done?

🇫🇷France mably

@bobburns Could you provide a reproducible scenario from a fresh Drupal instance?

🇫🇷France mably

mably created an issue.

🇫🇷France mably

The solution here is probably to create new environments like DEV-ACQUIA and STAGE-ACQUIA.

🇫🇷France mably

Hi @madelyncruz, can you give us a bit more details on how to reproduce the problem? Haven't been able to reproduce it locally.

🇫🇷France mably

@gabriel.passarelli have implemented a service to generate the various forms.

Could you please review it and let me know if everything looks good to you?

🇫🇷France mably

mably created an issue.

🇫🇷France mably

A new feature is being added to the Domain Extras project allowing to edit the list of Domain Alias environments: New Domain Alias submodule allowing the edit the environments settings value Active .

Might be a bit simpler to use than having to modify the settings.php file.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

@merilainen thanks for you comment, I've been able to reproduce the problem locally.

Looks like we might still want to generate URL for old existing submissions even after having disabled submission saving at the webform level.

May be we could simply disable URL token processing if the submission has no id? What do you think?

We could do somthing like:

  if (
    $type === 'webform_workflow'
    && isset($data['webform_submission'])
    && $data['webform_submission']->id() !== NULL
  ) {
🇫🇷France mably

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

🇫🇷France mably

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

🇫🇷France mably

Current implementation validates the workflow_state only.

Feel free to reopen or create a new issue to contribute other checks.

🇫🇷France mably

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

🇫🇷France mably

Wondering if we couldn't simply extend the webform.handler.email type.

🇫🇷France mably

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

🇫🇷France mably

Couldn't reproduce on 2.0.x.

Feel free to reopen if needed.

🇫🇷France mably

Hi @globexplorer, could you provide an MR on 2.0.x please?

🇫🇷France mably

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

🇫🇷France mably

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

🇫🇷France mably

I have tried to fix the validateWebformComposite function.

🇫🇷France mably

Tried to convert @mikat patch to an MR but I'm not really to understand what it's trying to do.

And tests are failing.

🇫🇷France mably

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

🇫🇷France mably

Related code does not exist anymore.

🇫🇷France mably

Hi @maxwellkeeble, could you explain a bit more in details what you are trying to achieve here? Thanks.

🇫🇷France mably

Hi @gabor.szabolcs, could you give a try to this issue's MR?

🇫🇷France mably

How come do we have to form elements with the same name here? 🤔

Is there any reason for it? Sound like a bug to fix.

Can confirm that this anomaly is still present in 2.0.x.

🇫🇷France mably

Merged 3 years ago, we can probably say it's fixed now.

🇫🇷France mably

Hi @yasmeensalah, is the problem still present in the 2.0.x branch?

🇫🇷France mably

Hi @whiplashomega, is the problem still present in the 2.0.x branch?

Could you provide a few more details on how to reproduce the issue?

🇫🇷France mably

@maxwellkeeble would you mind explaining a bit more in details what the problem is exactly?

🇫🇷France mably

For any further investigation, we’ll need a fully reproducible scenario on a fresh Drupal instance.

I have been able to handle two workflows on the same webform without any problem.

🇫🇷France mably

For any further investigation, we’ll need a fully reproducible scenario on a fresh Drupal instance.

🇫🇷France mably

For any further investigation, we’ll need a fully reproducible scenario on a fresh Drupal instance.

🇫🇷France mably

mably created an issue.

🇫🇷France mably

@merilainen could you please share a few more details on how to reproduce the issue?

I would like to test the MR before merging. Thanks.

🇫🇷France mably

Been able to successfully test the patch. Merging.

Thanks @oscarfabian01!

🇫🇷France mably

@misterdidi tell me if it works for you so I can merge it.

🇫🇷France mably

Thanks!

Would be great to have some RTBC.

🇫🇷France mably

Wondering if using Drupal.t() couldn't be a better solution here...

Anyway, I updated the MR to parse the JS code to automatically create the translation JS file using a <lang>.po file.

🇫🇷France mably

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

🇫🇷France mably

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

🇫🇷France mably

Hi @gabriel.passarelli I worked on the code refactoring you mention in your last message.

Could you have a look at the MR and check if everything seems ok to you?

🇫🇷France mably

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

🇫🇷France mably

FYI Drupal 11.3.0-alpha1 has already been released .

🇫🇷France mably

@prudloff could you have a look at my MR that adds the missing "loading" configuration option please? Thanks.

Production build 0.71.5 2024