Actions
Bug #2613
closedProblem when updating a category name for Technique Management in /var/rudder
Status:
Released
Priority:
4
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
18
Name check:
To do
Fix check:
Checked
Regression:
Description
The problem:
If we edit a technique category :
% vim /var/rudder/configuration-repository/techniques/systemSettings/networking/category.xml
And then change the name of that category :
<xml> <!-- <name>Networking</name> --> <name>Networking new name</name> ... </xml>
Then:
% cd /var/rudder/configuration-repository % git add . % git commit -m "Change category name"
And then if we go on Technique Library Management in the user interface, and press "Reload", the category name hasn't changed.
The workaround:
If we want the "Reload" to work, we need to edit a technique. For example a technique name :
% vim /var/rudder/configuration-repository/techniques/systemSettings/networking/nfsClient/1.0/metadata.xml
And then change the technique's name :
<TECHNIQUE name="NFS Client new name"> <!-- <TECHNIQUE name="NFS Client"> --> ... </TECHNIQUE>
Then:
% cd /var/rudder/configuration-repository % git add . % git commit -m "Change technique name"
Now if we press "Reload", the technique change and the category name change are visible.
A other change must be there (i.e. change technique name) if we want to update a category in the user interface. This behavior has to be fixed.
Updated by Nicolas PERRON almost 13 years ago
- Target version changed from 2.4.0~beta1 to 2.4.0~beta2
Updated by Nicolas PERRON almost 13 years ago
- Target version changed from 2.4.0~beta2 to 2.4.0~beta3
Updated by Nicolas PERRON almost 13 years ago
- Target version changed from 2.4.0~beta3 to 2.4.0~beta4
Updated by Jonathan CLARKE almost 13 years ago
- Assignee deleted (
François ARMAND) - Priority changed from N/A to 3
Updated by Jonathan CLARKE almost 13 years ago
- Priority changed from 3 to 4
- Target version changed from 2.4.0~beta4 to 2.4.0~rc1
Updated by Jonathan CLARKE almost 13 years ago
- Target version changed from 2.4.0~rc1 to 2.4.0~rc2
Updated by Nicolas PERRON almost 13 years ago
- Target version changed from 2.4.0~rc2 to 2.4.0~rc1
Updated by François ARMAND over 8 years ago
- Severity set to Minor - inconvenience | misleading | easy workaround
- User visibility set to Infrequent - complex configurations | third party integrations
Updated by François ARMAND over 8 years ago
- User visibility changed from Infrequent - complex configurations | third party integrations to Operational - other Techniques | Technique editor | Rudder settings
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.19 to 3.1.20
- Priority set to 0
Updated by François ARMAND about 8 years ago
- Severity changed from Minor - inconvenience | misleading | easy workaround to Trivial - no functional impact | cosmetic
- Priority changed from 0 to 13
Updated by François ARMAND about 8 years ago
- User visibility changed from Operational - other Techniques | Technique editor | Rudder settings to Infrequent - complex configurations | third party integrations
- Priority changed from 13 to 2
Updated by François ARMAND almost 6 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND almost 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2429
Updated by François ARMAND almost 6 years ago
- Status changed from Pending technical review to Pending release
Updated by François ARMAND almost 6 years ago
- Related to Bug #15575: Avoid duplicating technique category when changing category name added
Actions