πŸ‡ΊπŸ‡¦Ukraine @TΠ°o

Account created on 11 September 2015, about 9 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

The problem is still actual. So I've updated the previous patch and a bit refactored the code.

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

The patch needs to be applied to the original TinCan from the vendor folder.

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

It makes AJAX error behaviors more configurable.

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

I see two problems with this functionality.
1. There is no conventional way to hide or change this message from display if necessary. (why can't it be just configurable?)
2. Each error displays every time on the new line and it looks wrong when some AJAX query repeats from time to time (Notifications as an example)

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

My bad. This issue was provided by another patch I use.

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

quick solution with hook_form_alter()

    $form['buttons'] = $form['actions'];
    unset($form['actions']);

But it really needs to be fixed.

πŸ‡ΊπŸ‡¦Ukraine TΠ°o

Hi, @AnzyKronus it's an issue with the contrib color module to resolve it need inside your current theme create the directory "color" with file color.inc

and add something like this


$info = [
  'schemes' => [
    'default' => [
      'colors' => [],
    ],
  ],
];

Production build 0.71.5 2024