Account created on 14 November 2015, over 9 years ago
#

Merge Requests

More

Recent comments

🇺🇦Ukraine Tyapchyc

@bluegeek9 not sure about what update you wrote. Access handler will use without hook_update.
Maybe need to set permissions for roles, but who needs these permissions?

🇺🇦Ukraine Tyapchyc

tyapchyc changed the visibility of the branch 2916602-create-access-control to hidden.

🇺🇦Ukraine Tyapchyc

@cayenne Could you provide an example of your custom code?

The next code works fine.

    $form['name_field'] = [
      '#type' => 'name',
      '#default_value' => [],
    ];

or

    $form['name_field'] = [
      '#type' => 'name',
      '#default_value' => [
        'given' => 'Default given',
      ],
    ];

Thanks.

🇺🇦Ukraine Tyapchyc

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

🇺🇦Ukraine Tyapchyc

Hello @mandclu,
changed target branch from 4.1.x to 4.2.x
Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Could anyone reproduce this issue on a fresh Drupal installation?

🇺🇦Ukraine Tyapchyc

Your browser provides this calendar window, and is related to the language selected.
The same behaviour applies to any date fields.

🇺🇦Ukraine Tyapchyc

@thierrybeeckmans It is sending a notification for a new entity.
@glena Added a new option to skip notifications for unchanged states.

🇺🇦Ukraine Tyapchyc

Made coreVersion method static

🇺🇦Ukraine Tyapchyc

@amitaibu

I changed the field context name.

Tests added in tests/src/Kernel/MessageTest.php

🇺🇦Ukraine Tyapchyc

Hello @liam-morland, @alan-d, @heddn, @nkoporec, @rconstantine, @webflo

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @liam-morland, @alan-d, @heddn, @nkoporec, @rconstantine, @webflo

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @liam-morland, @alan-d, @heddn, @nkoporec, @rconstantine, @webflo

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @marcoliver, @peter-majmesku

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @rob-holmes, @jhedstrom

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @rob-holmes, @jhedstrom

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @mandclu,

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @mandclu,

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @mandclu,

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Hello @mandclu,

Could you please review this?

Thank you

🇺🇦Ukraine Tyapchyc

Try to reproduce with the latest module and Drupal version and enable the token module.
Work as expected.

🇺🇦Ukraine Tyapchyc

@mandclu
yes, ready for review
Thanks

🇺🇦Ukraine Tyapchyc

I'm not sure about what needs to be implemented. I added the possibility to set a timezone from twig (smart_date_format('extended', 'UTC')). But if we leave it empty they use core DateFormatter::format and set the default timezone.

🇺🇦Ukraine Tyapchyc

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

🇺🇦Ukraine Tyapchyc

https://www.drupal.org/project/message_ui This module already implements access to messages per bundle by permissions.

🇺🇦Ukraine Tyapchyc

To manage permissions to view messages you can use an additional module https://www.drupal.org/project/message_ui
But in your case, you are using the additional field "field_message_to" to check access, so you need this custom code.

🇺🇦Ukraine Tyapchyc

It looks like after updating the module you ran updb and configs was updates ( plugin value from "message_delete_action" to "entity:delete_action:message"). And then you needed to export and commit the changes of the config files, because if not, you'll try to import all configs to overwrite all the values ​​of a plugin that no longer exists

🇺🇦Ukraine Tyapchyc

Sending emails to site email can be disabled in notification settings form ("Disable the site email address")

Sending emails to ADHOC Mail works.
I tried to reproduce this issue on drupal 10.2.7 /
8.x-3.x-dev (Mailpit to catch emails), can not reproduce, need either more details or close this issue.

🇺🇦Ukraine Tyapchyc

Added information about access to view the entity to fields on notification form.

🇺🇦Ukraine Tyapchyc

Added the ability to configure the user reference field from the entity to be moderated in the notification.
You need to add the user reference field to the moderated entity and configure it on the notification. And when a user will create new content, they can choose a user/users to moderate.

🇺🇦Ukraine Tyapchyc

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

🇺🇦Ukraine Tyapchyc

I tested and cannot reproduce this problem on last stable and dev versions.
Could you test this issue on last version of module (8.x-3.6) and close the issue or add more information.

Thanks.

🇺🇦Ukraine Tyapchyc

If selected "Email the author?" option or/and unchecked "Disable the site email address" I received email notification about transition.
So I can not reproduce current issue on 8.x-3.5 version or later.
Could you please add more information or close the issue.

Thanks

🇺🇦Ukraine Tyapchyc

I tried to reproduce this issue on drupal 10.2.7 /
8.x-3.x-dev (Mailpit to catch emails), can not reproduce, need either more details or close this issue.

Production build 0.71.5 2024