Actions
Bug #26079
openwhen there are too much criteria on group criteria (more than 30), the bottom is unreachable
Added by Nicolas CHARLES 8 months ago. Updated 17 days ago.
Status:
Discussion
Priority:
2
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Yes
Description
with too much criteria, we can reach the bottom of the search, unless we hide the node list
It's workaroundable by hiding the list of nodes.
Files
clipboard-202508071034-xtfqu.png (242 KB) clipboard-202508071034-xtfqu.png | Nicolas CHARLES, 2025-08-07 10:34 |
Updated by François ARMAND 8 months ago
- Description updated (diff)
- Assignee set to Raphael GAUTHIER
- Priority changed from To review to 2
Updated by Raphael GAUTHIER 8 months ago
I've tried on Chrome and Firefox, and on the groups and pending search page, I can't reproduce this bug. Can you explain how to reproduce it?
Updated by Vincent MEMBRÉ 8 months ago
- Target version changed from 8.2.4 to 8.2.5
Updated by Vincent MEMBRÉ 6 months ago
- Target version changed from 8.2.5 to 8.2.6
Updated by Vincent MEMBRÉ 4 months ago
- Target version changed from 8.2.6 to 8.2.7
Updated by François ARMAND 3 months ago
- Related to Bug #26972: When there is too many nodes in groups, we can't change criteria anymore added
Updated by Vincent MEMBRÉ 3 months ago
- Target version changed from 8.2.7 to 8.2.8
Updated by Félix DALLIDET about 1 month ago
- Target version changed from 8.2.8 to 8.2.9
Updated by Raphael GAUTHIER about 1 month ago
- Status changed from In progress to Discussion
- Assignee changed from Raphael GAUTHIER to Nicolas CHARLES
Updated by Nicolas CHARLES 17 days ago
· Edited
Create a group with a lot of criteria; save; go back to the page. The bottom is unreachable
You NEED nodes in the group though
Example of gorup having the problem
{"action":"groupDetails","id":"2303793d-4674-42ef-90da-c5d6e7a0011f","result":"success","data":{"groups":[{"id":"2303793d-4674-42ef-90da-c5d6e7a0011f","displayName":"Group with many criteria","description":"","category":"GroupRoot","query":{"select":"node","composition":"or","where":[{"objectType":"node","attribute":"OS","comparator":"eq","value":"Linux"},{"objectType":"node","attribute":"OS","comparator":"eq","value":"BSD"},{"objectType":"node","attribute":"OS","comparator":"eq","value":"Solaris"},{"objectType":"node","attribute":"OS","comparator":"eq","value":"Windows"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"UnknownBSD"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"AIX"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Tuxedo"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Ubuntu"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Slackware"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Raspbian"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Fedora"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Fedora"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Suse"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"WindowsXP"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Windows10"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Kali"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Centos"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Centos"},{"objectType":"node","attribute":"osName","comparator":"eq","value":"Centos"}]},"nodeIds":["030cff71-1c1e-4aea-beaf-e14f209396aa","10dd344c-3afd-4819-80de-9f34a5a6f205","15513437-7e63-4bf4-a212-397196ea8020","38a5d684-5fe1-4206-9b3c-809b2c54de1b","736320a2-998b-45f2-9bad-864b01d48d88","7c6c8cc8-d30b-41a9-a4f6-3a505ceb7b7c","ac42e42c-584b-42c0-adc5-621303f074e2","d40076ff-6a7d-4887-b1a9-6c99c4b25e29"],"dynamic":true,"enabled":true,"groupClass":["group_2303793d_4674_42ef_90da_c5d6e7a0011f","group_group_with_many_criteria"],"properties":[],"target":"group:2303793d-4674-42ef-90da-c5d6e7a0011f","system":false}]}}
Actions