πŸ‡¦πŸ‡ΉAustria @eameyers

Account created on 16 August 2023, 11 months ago
#

Recent comments

πŸ‡¦πŸ‡ΉAustria eameyers

Hi is there a solution to this? I have the same issue. I found a patch to solve this ( https://www.drupal.org/files/issues/2023-04-20/3355143-7.patch β†’ ) but then i get this error
Invalid parameter: id_token_hint
so its not a complete solve....
Appreciate any help!

πŸ‡¦πŸ‡ΉAustria eameyers

I am having the exact same issue in a normal form with a smart date range field in it with.
Using Smart Date 4.0.3, Drupal 10.2.4 and have the Gin Theme.
The video already posted is what is happening in my form just without the tabs

πŸ‡¦πŸ‡ΉAustria eameyers

eameyers β†’ created an issue.

πŸ‡¦πŸ‡ΉAustria eameyers

Hi i know this is probably not the right place but I am looking for some help with the group Module. I am using the entity clone module to clone groups and i have gotten it so far that members are cloned with the group but the content is not cloned with it so i am currently trying to do that and have come across the addRelationship() function but that needs a plugin ID and that is where I am lost. I can not get the correct plugin ID. Here the function

public function myPreClone(EntityCloneEvent $event): void {
      $original = $event->getEntity();
      $newEntity = $event->getClonedEntity();
      
      $relationships = $original->getRelatedEntities();
      foreach ($relationships as $relationship) {
        
        $newEntity->save();
        $newEntity->addRelationship($relationship, $relationship->getPluginID(), $values = []);
        $newEntity->save();
      }

    }

Can someone help or tell me where i can ask for help?

Production build 0.69.0 2024