πŸ‡¦πŸ‡²Armenia @alen simonyan

Account created on 10 July 2017, over 7 years ago
#

Recent comments

πŸ‡¦πŸ‡²Armenia alen simonyan

Hi Juraj Nemec,

The previous Drupal version was 7.87, I didn't upgrade the PHP version, it remains 8.2.20

πŸ‡¦πŸ‡²Armenia alen simonyan

Please review this patch.
The patch forces the $ref to be an empty array if no input is provided.

πŸ‡¦πŸ‡²Armenia alen simonyan

I got an answer.

If this is the case you need to set $email->setTransportDsn('null://null'); in postRender() function.
@see https://symfony.com/doc/current/mailer.html#disabling-delivery

/**
   * {@inheritdoc}
   */
  public function postRender(EmailInterface $email): void {
    if ($email->getSubType() == 'notifications') {
      // Prevent email sending.
      $email->setTransportDsn('null://null');
    }
  }
πŸ‡¦πŸ‡²Armenia alen simonyan

I got an answer.

If this is the case you need to set $email->setTransportDsn('null://null'); in postRender() function.

/**
   * {@inheritdoc}
   */
  public function postRender(EmailInterface $email): void {
    if ($email->getSubType() == 'notifications') {
      // Prevent email sending.
      $email->setTransportDsn('null://null');
    }
  }
πŸ‡¦πŸ‡²Armenia alen simonyan

Sorry, uploaded wrong patch, here is the right one.

πŸ‡¦πŸ‡²Armenia alen simonyan

Somehow it will not apply for version ^10.1 and I have to generate new patch.

πŸ‡¦πŸ‡²Armenia alen simonyan

How we can skip actual sending of email? I mean the case when I want to pass all the phases, createParams, build, preRender etc, besides actual sending.

πŸ‡¦πŸ‡²Armenia alen simonyan

How we can skip actual sending of email? I mean the case when I want to pass all the phases, createParams, build, preRender etc, besides actual sending.

πŸ‡¦πŸ‡²Armenia alen simonyan

Alen Simonyan β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡²Armenia alen simonyan

Inform reader about "addTextHeader" function and point the place users can find all other functions. 

πŸ‡¦πŸ‡²Armenia alen simonyan

Hi @prabuela, @cilefen

Please let me know if the video is opening this way - https://drive.google.com/file/d/1fGFtuYPqpubom_IjFSWojXmHSib6EgLu/view?u...

I have a big vocablurary where terms overview page is continuing after pager, when I am trying to drag any term to other parent the error message shown on the line 243 of core/modules/taxonomy/src/Form/OverviewTerms.php.

πŸ‡¦πŸ‡²Armenia alen simonyan

Add information about CSRF token and add code block explaining how to get the token.

Production build 0.71.5 2024