API Connect

 View Only
  • 1.  Drupal Rules not triggering

    Posted Fri December 10, 2021 01:57 PM

    We are trying to send out an email to our dev team whenever a new user is added to the site. However, when we create a new user no such email is sent out. Additionally we can not get any action to happen, like displaying a message on the site. We have also tried different events such as, user log in, new file save, etc, but we can not seem to get any of these events to trigger.

    We have Rules Version: 8.x-3.x-dev and I believe we have set all the configurations to allow the rules to function, but clearly we are missing something.

    Here is an example of one such rule we have created to try to test things out. Any help would be greatly appreciated : )



    ------------------------------
    kevin hoeppner
    ------------------------------


  • 2.  RE: Drupal Rules not triggering

    Posted Mon December 13, 2021 01:28 AM

    Rules don't work properly in Drupal 8+

    As such they're not supported in the portal and we don't enable or document anything to do with them any longer. We won't accept any PMRs to do with Rules.

    I would strongly recommend using a custom module and using hooks to achieve the same goal. That has the advantage of being supported and your code can then be kept in change control and deployed to other portal sites as needed via CICD.




    ------------------------------
    Chris Dudley
    ------------------------------