Actions
Bug #3203
closedInventory where memory slot numbers are missing / duplicated should be reported with negative value
Status:
Released
Priority:
3
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
For now, if an inventory contain a <MEMORY> tag without a <NUMSLOT> tag, then we assign by default "1" for the slot number (and 2 for the second missing, etc).
It would be better to use negative numbers to explain that these are not real numslot.
And if duplicated NUMSLOTS are reported, we should use the same logic.
Sum up: if these for numslot are reported: "none", 1, 2, 2
We should ends up with: 1, -1, -2, -3
With -1, -2, -3 assigned to none, 2, 2 (in no particular order).
Updated by François ARMAND almost 12 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by François ARMAND almost 12 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 77784fbd533f82032d9da78f921c98de8ed95f3a.
Updated by Nicolas CHARLES almost 12 years ago
Applied in changeset 7d915563f25103e40555de8c98770f0de6bc50c3.
Updated by François ARMAND over 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 26 to Web - Nodes & inventories
Actions