Actions
Bug #22424
closedRemove pattern matching warning
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
rudder/webapp/sources/rudder/rudder-web/src/main/scala/bootstrap/liftweb/RudderUserDetailsFile.scala:603:18
match may not be exhaustive.
It would fail on the following inputs: AdminOnly, Administrator, Compliance, Configuration, Custom(_), Deployer, Inventory, NoRights, ReadOnly, RuleOnly, User, Validator, Workflow
r match {
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/4679
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|b894e1cdc2aee29752db14aa7047a8022417103d.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.0~rc1 which was released today.
Actions