Hello, i'm using webform and output the results in a view. In my webform is a field called status. This field has two options "approved" and "declined". Now i want to show only all submissions, when no submission has status "approved". Then, when there is a submission with status "approved", i only want to display this one. Is there any option, module or custom code i can use?
Hello! Anyone know what ECA event is triggered for a user joining a Group (I'm using Group module https://www.drupal.org/project/group)? Basically, when a user clicks the Join Group link, I want to automatically assign that user to a specific role in the Group. I'm not sure what event I should use to start the ECA model. I'm currently using: Drupal 11.1.5, Group 3.3.0, and ECA 2.1.6 (https://www.drupal.org/project/eca).
I get the above error message in status with Drupal CMS (11) on a shared webhoster, although rsync is available and can be accessed from within every folder. I think there must be a place where I can tell Drupal where to look, but sadly I found no documentation regarding such settings, only discussions about whether rsync should be required.
Can perhaps someone direct me to the relevant settings? Thank you!
Hello! I'm currently using the Group module (https://www.drupal.org/project/group). I would like to be able to add a group within another group. I did look into the Subgroup module (https://www.drupal.org/project/subgroup). However, the Subgroup module is not working well with my Postgres database (throwing SQL errors when trying to add a subgroup to a group). Is there any other way to implement the idea of a subgroup using the Group module?