google-code-export / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

Archive isn't displaying "Scores" and "BOS" page #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate to archives
2. Click on link for archive under Scores or BOS column

What is the expected output? What do you see instead?
Should see all the info, instead only one column has data. In Scores it's the 
score of the entries. In BOS it's the entry number. 

What version of the product are you using? On what operating system?
Using 1.3.0.4, the data was archived from a previous version.

Please provide any additional information below.
I was able to verify that the data still existed and I was able to manually 
extract what I needed.

Here's the SQL I used if that helps:

SELECT judging_scores_2014.eid, judging_scores_2014.scoreTable, 
judging_scores_2014.scoreEntry, judging_scores_2014.scorePlace, 
brewing_2014.brewBrewerLastName, brewing_2014.brewBrewerFirstName,
brewing_2014.brewName, brewing_2014.brewStyle
FROM `judging_scores_2014`
INNER JOIN brewing_2014
ON judging_scores_2014.eid=brewing_2014.id
WHERE judging_scores_2014.scorePlace=TRUE

Original issue reported on code.google.com by ian.bel...@gmail.com on 6 Jun 2014 at 12:56

GoogleCodeExporter commented 9 years ago
Work on this has begun and will be included in the next release. 

To fix now, upload the attached files to:
[root]/admin/judging_scores_bos.admin.php
[root]/admin/judging_scores.admin.php
[root]/includes/archive.inc.php
[root]/lib/common.lib.php
[root]/lib/admin.lib.php

Original comment by gpzhumphrey on 4 Nov 2014 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 431 has been merged into this issue.

Original comment by gpzhumphrey on 4 Nov 2014 at 9:31