php - creating automatic relations in drupal -


consider scenario.

i have 3 nodes a,b,c father of b , b father of c , have created these 2 relations using relations module. implies grandfather of c. can define rules handle such cases automatically in drupal, rather explicitly defining grandfather of c using relations module.

use rules module. create rule should fire when relation grandchild created.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -