Bug #2686
closed
The "Rule Added" event log is not displayed correctly
Added by Jean VILVER over 12 years ago.
Updated over 12 years ago.
Category:
Web - Maintenance
Description
When we click on the table line, no further information is displayed.
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
- Status changed from Pending technical review to In progress
- % Done changed from 100 to 80
Jean, I don't agree with your modifications in the EventListDisplayer.scala : you are trying to match Nil with a Seq, but Nil is List-specific ( http://www.scala-lang.org/node/9951 ); if you really want to pattern match with Nil, you need to do a toList rather than a toSeq; but still I don't see the point of this modification
The rest of the commit is ok
- Status changed from In progress to Pending technical review
Jean VILVER wrote:
toSeq() produce a List(), so I'm matching Nil with a List which is good.
No, toSeq() produce a List() only with certain types of Seq
- Status changed from Pending technical review to Released
This correction is correct, thank you Jean
- % Done changed from 80 to 100
Also available in: Atom
PDF