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

Fix problem on dynamic group use plugin fileds criteria, cron not get… #2941

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

Conversation

ddurieux
Copy link
Member

… the criteria and so get all computers.


$i = 76665;

$query = "SELECT DISTINCT fields.id, fields.name, fields.label, fields.type, fields.is_readonly,
Copy link
Contributor

Choose a reason for hiding this comment

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

Using dbiterator would be much better.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, the goal is not rewrite all the plugin field function, but copy it here and remove the 3 lines.
I will propose a complete patch in the plugin fields repository soon

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

2 participants