πŸ‡ͺπŸ‡ΈSpain @alexortega_98

Seville
Account created on 14 March 2022, over 2 years ago
#

Merge Requests

Recent comments

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

Re-roll #62 patch for 10.2.x

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

The 'Access frontend editing' permission is actually allowing me to move paragraphs up and down, making the 'Move paragraphs up and down' permission useless

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

Okay. We use this module for a client of us, so we have it installed in a site already. It would be easier for me, since I'm working for this client, to maintain this module and give it support. Also my organisation (1xINTERNET) will be supporting this module.
I hope this will be enough to have this sorted out.
Moving it back to the ownership queue.

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

I would like to maintain this module as we need it for some of our projects.

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

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

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

Try out the pre/post transition events:

  public static function getSubscribedEvents() {
    return [
      'commerce_order.place.post_transition' => 'onOrderPlace',
    ];
  }

  public function onOrderPlace(WorkflowTransitionEvent $event) {
    ...
πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

I could reproduce it,before the patch, it took around 15 seconds to load the alert, but after it, the alert shows right away without problems.

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

This needs work, the deleting button is there but an error is thrown when clicking on it "The website encountered an unexpected error. Please try again later."
Also, I can't save the paragraphs after editing them.

πŸ‡ͺπŸ‡ΈSpain alexortega_98 Seville

Tested and working properly.
The steps I made to test the patch were:

  1. Enabled translations for content
  2. Created A new language ES
  3. Created two nodes, one article and one basic page, both translated in english but untranslated in Spanish
  4. when trying to visit the Spanish node, I get redirected to the english one
Production build 0.69.0 2024