πŸ‡§πŸ‡ΎBelarus @alexdoma

Account created on 20 October 2015, over 9 years ago
#

Recent comments

πŸ‡§πŸ‡ΎBelarus alexdoma

@nod_ @quietone
@anjaliprasannan Thank you for your feedback. But i think you have provided incorrect example.

Upon encountering this error for the first time, I also came to the conclusion that using HtmlCommand would be the best solution. However, I have a large number of places in my code where I use ReplaceCommand

The desire to get rid of the jQuery library is commendable, but not at any cost.

Frankly, I don’t understand why I should rewrite my code because of a bug in the core. I haven’t seen any updates in the documentation for ReplaceCommand indicating that it doesn't work for certain tags.

I believe the parent issue (#3238870 Refactor (if feasible) use of jquery parseHTML function to use vanillaJS) was resolved incorrectly and it needs to be reopened. In the meantime, the changes should be reverted.

πŸ‡§πŸ‡ΎBelarus alexdoma

Replace one cell not working.

// Not working.
$ajax_response->addCommand(new ReplaceCommand($selector, '<td>Hello!</td>')); 

Replace one table working.

// Working.
$ajax_response->addCommand(new ReplaceCommand($selector, '<table><tr><td>Hello!</td></tr></table>'));

πŸ‡§πŸ‡ΎBelarus alexdoma

PLease, read whole message i have wrote my test case 2 times.
I have provided correct test case with an error.

I don`t want to replace full table like in your case. I want to replace one cell.
Case for one cell is not working.

P.S. in your test case you missed closing </tr> thats why you have 2 rows.

πŸ‡§πŸ‡ΎBelarus alexdoma

@anjaliprasannan
i have checked your example and get the same results as you.

But, in your html output additional '

πŸ‡§πŸ‡ΎBelarus alexdoma

@codebymikey

after your last changes i got an error
Fatal errors. The uploaded file size may have exceeded the maximum file size (100 MB) that this server supports.

Patch #159 working for me correctly

πŸ‡§πŸ‡ΎBelarus alexdoma

update patch to changes in 1.5 version

πŸ‡§πŸ‡ΎBelarus alexdoma

I got an error message after adding this patch
TypeError: Drupal\flag\Plugin\ActionLink\AJAXactionLink::__construct(): Argument #5 ($csrfToken) must be of type Drupal\Core\Access\CsrfTokenGenerator, Symfony\Component\HttpFoundation\Request given

patch from #14 updated

πŸ‡§πŸ‡ΎBelarus alexdoma

Confirm that patch #2 works for me.

πŸ‡§πŸ‡ΎBelarus alexdoma

Update latest patch. Added validations when nothing selected.

πŸ‡§πŸ‡ΎBelarus alexdoma

re roll for drupal 10.1.3

πŸ‡§πŸ‡ΎBelarus alexdoma

@admirlju
i got an error on drupal 9.5
TypeError: Drupal\business_rules\EventSubscriber\KernelRequestListener::onKernelRequest(): Argument #1 ($event) must be of type Symfony\Contracts\EventDispatcher\Event, Symfony\Component\HttpKernel\Event\RequestEvent given in Drupal\business_rules\EventSubscriber\KernelRequestListener->onKernelRequest() (line 37 of modules/contrib/business_rules/src/EventSubscriber/KernelRequestListener.php).

πŸ‡§πŸ‡ΎBelarus alexdoma

set correct paths, re-roll for drupal 9.5.x

πŸ‡§πŸ‡ΎBelarus alexdoma

fix previous patch - set correct paths, re-roll for drupal 9.5.9

πŸ‡§πŸ‡ΎBelarus alexdoma

Update previous patch due to php 8.1 Deprecated function: substr_count()
Deprecated function: substr_count(): Passing null to parameter #1 ($haystack) of type string is deprecated in Drupal\entity_reference_revisions\Plugin\Field\FieldFormatter\EntityReferenceRevisionsEntityFormatter->viewElements() (line 144 of /var/www/html/web/modules/contrib/entity_reference_revisions/src/Plugin/Field/FieldFormatter/EntityReferenceRevisionsEntityFormatter.php)

Production build 0.71.5 2024