Closed thomasguignard closed 5 years ago
It could be nice to sort impact terms list from the most severe impact to the least, ex:
MPA_impact=splice_impact,stop_impact;
should become
MPA_impact=stop_impact, splice_impact;
Fixed
It could be nice to sort impact terms list from the most severe impact to the least, ex:
MPA_impact=splice_impact,stop_impact;
should become
MPA_impact=stop_impact, splice_impact;