Bug #21491
closed
Cannot delete technique in the technique editor if it contains a space in its name
Added by Nicolas CHARLES over 2 years ago.
Updated about 2 years ago.
Category:
Web - Technique editor
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Description
When we try to delete a technique that contains a space in its name, it doesn't delete: the webapp says it's ok but the logs says
[2022-07-27 15:46:41+0200] INFO techniques.reader - Reloading technique library, no modified techniques found
[2022-07-27 15:46:41+0200] INFO com.normation.rudder.services.policies.DeployOnTechniqueCallback - Update Technique library after deletion of Technique this technique wont delete
Workaround: delete from file system
cd /var/rudder/configuration-repository/techniques/ncf_techniques
rm -rf <deleted folder>
git add <deleted folder>
git commit -m "removing technique"
rudder server reload-techniques
- Subject changed from Cannot delete technique in the technique editor if they've been created in the meta-technique categories to Cannot delete technique in the technique editor if they are not in the "User technique" categories
- Description updated (diff)
- Related to Bug #19006: Suppressed techniques coming back to life forever added
- Subject changed from Cannot delete technique in the technique editor if they are not in the "User technique" categories to Cannot delete technique in the technique editor if it contains a space in its name
- Description updated (diff)
- UX impact set to I hate Rudder for that
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- User visibility set to Getting started - demo | first install | Technique editor and level 1 Techniques
- Priority changed from 0 to 150
It used to work on previous patch version
- Priority changed from 150 to 174
Regression: was ok in previous patch
- Status changed from New to In progress
- Assignee set to Elaad FURREEDAN
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/4410
- Status changed from Pending technical review to Pending release
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.17, 7.0.6 and 7.1.4 which were released today.
Also available in: Atom
PDF