πŸ‡ΊπŸ‡¦Ukraine @buenos

Account created on 9 April 2012, about 12 years ago
  • Drupal developer at FFWΒ  …
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine buenos

Is it possible to execute a group migration in a similar way?
With Drush we would do smth like "drush migrate:import --group=my_group".
How would one execute that from code when there is no migration id to be passed?

πŸ‡ΊπŸ‡¦Ukraine buenos

+ "psr/http-message": "^1.1 || ^2.0"

πŸ‡ΊπŸ‡¦Ukraine buenos

Fixed TypeError.

πŸ‡ΊπŸ‡¦Ukraine buenos

Sorry, UPD to #12 - patch should be based against version 3.0.0-alpha4 rather than 3.x, attaching updated one..

πŸ‡ΊπŸ‡¦Ukraine buenos

An attempt (not sure if relevant for anybody) to be able to switch between Public (Client ID + Client Secret) and Private (Access Token) App integrations.
+ switched hubspot/hubspot-php library to version 5.2.
+ Included fix from this issue πŸ› Fatal error trying to add HubSpot handler in webform RTBC .

πŸ‡ΊπŸ‡¦Ukraine buenos

The above could be achieved in the following way though:

$response = new AjaxResponse();
$response->addCommand(new OpenModalDialogCommand('Some Title', 'Some content', ['width' => '600px']));
$response->addCommand(new FocusFirstCommand('button.some-class'));

return $response;

πŸ‡ΊπŸ‡¦Ukraine buenos

Usage of "data-ajax-focus" data attribute needs some examples/clarification as it doesn't seem to work in the following way: 

'#attributes' => [
    'class' => 'use-ajax',
    'data-ajax-focus' => 'button.focus-here',
],

Production build 0.69.0 2024