Kiev
Account created on 15 August 2008, almost 16 years ago
#

Merge Requests

Recent comments

🇺🇦Ukraine super_romeo Kiev

super_romeo changed the visibility of the branch 3411311-Collapsed_paragraph_cannot_be_opened_within_the_IEF_on_a_translation_page to hidden.

🇺🇦Ukraine super_romeo Kiev

I created the issue: The translation page does not correctly display paragraphs within the IEF 🐛 The translation page does not correctly display paragraphs within the IEF Active

🇺🇦Ukraine super_romeo Kiev

Still need bind billing profile to account.
Patch will be attached.

🇺🇦Ukraine super_romeo Kiev

Filter named Replaces global and entity tokens with their values from token_filter module.

🇺🇦Ukraine super_romeo Kiev

I guess user-context should be passed to text format filters.
But I don't know how...

Since it's related not only to password reset mail but all User mails, this issue is going to be quite popular soon :(

🇺🇦Ukraine super_romeo Kiev

Thank you for your support!
But issue still stands.

Steps:
Uninstall module.
Install version 1.4.0-beta2.
Setup SMTP transport.
On Overridetab opposite the Users click Enable and import.
Send email. Tokens are replaced OK.

Create text formatter with filter Replace tokens with the Replace empty values option checked.
On Policy tab on User (Password recovery) click Edit.
Change format to just created formatter and save.
Send email. Use tokens are replaced with "".

🇺🇦Ukraine super_romeo Kiev

Patch #428 can't not be applied anymore on D10.1.x.
Is is still needed?

🇺🇦Ukraine super_romeo Kiev

Absolutely.
But what will happen if 2 independent modules want to define a confirmation form for same entity type?

For example, in module1.module:

/**
 * Implements hook_entity_type_alter().
 */
function module1_entity_type_alter(array &$entity_types) {
    ...
    $type->setLinkTemplate('state-transition-form', '/node/{node}/{field_name}/{transition_id}');
    $type->setFormClass('state-transition-confirm', RequestConfirmForm1::class);
}

For example, in module2.module:

/**
 * Implements hook_entity_type_alter().
 */
function module2_entity_type_alter(array &$entity_types) {
    ...
    $type->setLinkTemplate('state-transition-form', '/node/{node}/{field_name}/{transition_id}');
    $type->setFormClass('state-transition-confirm', RequestConfirmForm2::class);
}

state-transition-confirm will be overwritten.

🇺🇦Ukraine super_romeo Kiev

Fixed jQuery example.

🇺🇦Ukraine super_romeo Kiev

Fixed service path.

🇺🇦Ukraine super_romeo Kiev

Thank you, @clarkssquared!
I confirm that patch was applied cleanly in your case.

🇺🇦Ukraine super_romeo Kiev

Issue tags: -, -JavaScript +JavaScript - I didn't mean to. It is accidentally.

🇺🇦Ukraine super_romeo Kiev

Thank you!

But before reCAPTCHA issue not fixed Change CAPTCHA from ^1.4 to ^1.4 || ^2 in composer.json file Change CAPTCHA from ^1.4 to ^1.4 || ^2 in composer.json file Fixed there is conflict in composer if require branch 2.x.

🇺🇦Ukraine super_romeo Kiev

Value of core_version_requirement: ^8.9 || ^9 fixed.

🇺🇦Ukraine super_romeo Kiev

That's why plugin named DeprecatedExampleNodeLabel.php.

🇺🇦Ukraine super_romeo Kiev

MR !3 fix the problem. Despite merge error.

🇺🇦Ukraine super_romeo Kiev

I created the patch.
But I'm confused with target branch.

🇺🇦Ukraine super_romeo Kiev

For selectbox Branch to work from there is no option 8.x-4.x.
Choosed 8.x-3.x.

🇺🇦Ukraine super_romeo Kiev

Need fix a.active link color:

.dropdown-item a.active {
    color: white;
}

Before and after:

Production build 0.69.0 2024