When we create relations between two entities, Is there a way that the people who created the nodes can moderate the relation. It can be a simple accept or reject. If both of them accept, the relation can be published but neither of them accept it can be unpublished.

I'm new to using this module and drupal, so if there is something like this or a way to do this using any other module, please let me know.

Thanks!

Comments

chx’s picture

Status: Active » Closed (works as designed)

Alas, no. There's no direct support for this. You can, however, add a list boolean field and make sure to filter on that in your views. Also make sure the access relations permission is not given so that noone unauthorized can see the relation/X pages.

jayaram’s picture

This is how i'm working as of now.

If i require a permission from one of the entity authors, i used a boolean field and rules to accept/decline the relation.

But what if i require a permission from both the entity owners ?

jayaram’s picture

any suggestions ? just bumping this up!