Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
civirules
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • civirules
  • Merge Requests
  • !83

Merged
Opened Oct 08, 2020 by mattwire@mattwireContributor

Fix activityScheduledDate trigger so it does not re-trigger every day

  • Overview 1
  • Commits 1
  • Changes 1

It's not quite clear from the diff because I tidied up the formatting.

But this removes AND DATE(rule_log.log_date) = DATE(NOW()) from LEFT JOIN civirule_rule_log

This is because it should not trigger every day but only once when the condition is reached. This was an error when developing the functionality.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: extensions/civirules!83
Source branch: activityscheduleddatetriggerfix