Actions
Bug #11281
closedRemoving trailing spaces from generic methods metadata
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
trailing spaces are read from generic methods metadata and added in their value
let's say you have
@class_prefix test_metadata
The class prefix will be:
test_metadata
Everything seems right ?? Don't you see the trailing space at the end of the line and the class prefix ?
Generated class will be:
test_metadata _value_I_put_in_editor
instead of
test_metadata_value_I_put_in_editor
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/ncf/pull/627
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:a457afb641b53510ae867ed25446ac6a5b0363b5.
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending release to Released
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Technique editor - API to Web - Technique editor
Actions