Actions
Architecture #2555
closed(ex PT/ Technique) Group Management: Enhance comments , varaiables relevance and classes for reporting
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Some reporting conditions are too flimsy. Example for repaired status:
group_add_$(index)_repaired
is not enough. it should be:
group_add_$(index)_repaired.!(group_add_$(index)_kept|group_add_$(index)_error)
Updated by Nicolas PERRON over 12 years ago
- Subject changed from (ex PT/ Technique) Group Management: Enhance comments and classes for reporting to (ex PT/ Technique) Group Management: Enhance comments , varaiables relevance and classes for reporting
Updated by Nicolas CHARLES over 12 years ago
Plus, there is a high chance that another PT/Technique might define a class with a generic name like
group_add_$(index)_repaired
Updated by Nicolas PERRON over 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:ebe61d7021a3a39944339fe3062d35fbcd31ab8e.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
This looks valid, thank you Nicolas
Actions