Account created on 12 February 2006, almost 19 years ago
#

Recent comments

🇪🇬Egypt rami.sedhom

Patch in comment #4 worked with me, thanks @dineshkumarbollu

How to push this to be released in next version?

🇪🇬Egypt rami.sedhom

Interesting question! I think, for now, you can consider Drupal as backend and host it in the private network, enable REST APIs and then develop whole frontend using any available framework (React, Vue, ...), perform all CRUD operations through API only.

🇪🇬Egypt rami.sedhom

Thanks @jurgenhaas for you reply. I found the correct token to reference the related node title and it's available in [comment] token: [comment:entity:title]

🇪🇬Egypt rami.sedhom

Thanks @jurgenhaas for your fast response. I've the same use case as @Janner: "create an ECA model that sends an email notification to users when a new comment is posted to a node they have flagged."

Following your advice in #8:

In this case here, you want to receive a list of users, therefore, when creating a new view it needs to be a new view for users.

As you want to receive those users only, who flagged the node which just got commented, you need to add a chain of relationships:

Flags: link from the user to all its flags
Node: link from the flag to the related node
Comment: link from the node to all related comments

So I created a new view for users. And when I start first relationship with Flags, I'm not able to because Flags is not available

🇪🇬Egypt rami.sedhom

@jurgenhaas your comment #8 is very helpful and I'm trying to follow it. The problem is from Users view, I can't link to flags. I can only link to: "File", "Content authored", "Representative node". May be I'm missing something. Would you please advice?

🇪🇬Egypt rami.sedhom

Same error here, the "Target Bundle" is not populated with any value whatever the "Target Entity Type" is.

Production build 0.71.5 2024