Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Fix problem ith add cancel line each time task cron run. closes #2944 #2945

Open
wants to merge 1 commit into
base: glpi9.4
Choose a base branch
from

Conversation

ddurieux
Copy link
Member

@ddurieux ddurieux commented Feb 6, 2020

No description provided.

trasher
trasher previously approved these changes Feb 10, 2020
PluginFusioninventoryTaskjobstate::IN_ERROR,
PluginFusioninventoryTaskjobstate::CANCELLED,
]],
'NOT' => [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem is there are tow 'NOT' key in the array maybe more simple to just move all of them in the same NOT.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or just encapsulate them inside an array. This will produces some extra parenthesis on SQL query, but will do the job.

 ['NOT' => [...]],
 ['NOT' => [...]],

@trasher trasher dismissed their stale review February 10, 2020 09:07

see comment

@cedric-anne cedric-anne removed their request for review July 21, 2020 08:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants