Actions
Bug #1960
closedOn the "New node management" page, we cannot close the inventory of a node
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
Initially, the "New node management" page contains the list of the pending node, and if we click on the node name, the inventory details are shown. However, one would expect the inventory to be hidden when we click again on the pending node name
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 2.3.1 to 2.3.2
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 2.3.2 to 2.3.3
Updated by François ARMAND about 13 years ago
- Status changed from 2 to In progress
This seems due to the upgrade to JQeury 1.6.
We used to use ".attr()" method to get and set property values, which is not what we want in that case.
I'm going to open a bug to see if we don't get/set properties with ".attr()" method elsewhere.
Updated by François ARMAND about 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset dc6468c890573ed4fdcde5a4df31b4e8cb0edce1.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to Released
the correction is valid, thank you
Actions