Steps to reproduce:
Create 4 score methods.
Create a match.
Add 4 to each method.
Go to breakdown.
Doesn't show all the methods.

Comments

ddorian’s picture

Version: 6.x-1.0-alpha4 » 6.x-1.x-dev

Doesn't work on dev too.

ddorian’s picture

Anyone else has this bug?

Alun’s picture

Yeah I can see what happens here, its in the leaguesite_scoring.admin.inc file, on line 688 and 726.

Change

$homecount = $count;

to

$homecount += $count;

and

$awaycount = $count;

to

$awaycount += $count;

I haven't got access to a computer to do patches yet sorry! Will be sorting out Git access so I can update the projects - the dev breakdown doesnt currently save because I am changing the time entry so you can accurately record minutes and seconds.

Thanks
Alun