πŸ‡ΊπŸ‡¦Ukraine @andrew_tspkh

Account created on 14 September 2015, almost 9 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

Hello @fonant

You can easily delete all likeit entities using this url: /admin/modules/uninstall/entity/likeit

Hope it will help.

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

Reverted to 3.1.x branch

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh
$likeit_session = $stack->getCurrentRequest()->cookies->get('likeit_session');
$likeit_session = $session_id;

Has no sense, because here we need to set cookie. And in code above you just assign session Id to variable that never be used.
I think that good code is:

$stack->getCurrentRequest()->cookies->set('likeit_session', $session_id);

Also please check functions/variables doc parts where you put new parameters:

@param Drupal\Core\Render\RendererInterface $renderer

should be:

@param \Drupal\Core\Render\RendererInterface $renderer
πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

@imustakim, please have a look on this code:

$stack->getCurrentRequest()->cookies->get('likeit_session') = $session_id;

Can't use method return value in write context.

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

Hello Pierre
I've removed component_blocks:component_blocks
But we need drupal:inline_form_errors for forms inputs. As in DSFR error messages are displayed directly bellow the form fields.
MR: https://git.drupalcode.org/project/ui_suite_dsfr/-/merge_requests/2

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

Added info in Readme about field visibility in the view display.

πŸ‡ΊπŸ‡¦Ukraine andrew_tspkh

Thank you!
Committed to 2.0.x

Production build 0.69.0 2024