williamleonard / obblm

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

HTMLOut::standings ignores parameters #521

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In class_htmlout the function standings does not use the node and node_id 
parameters. 

This means the node & node_id passed into urlcompile to generate a link for a 
league/division/tournament although they correctly generate a link, the link 
does not behave as intended. 

standings should be updated to use the parameters correctly. 

Original issue reported on code.google.com by doublesk...@gmail.com on 31 May 2011 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by doublesk...@gmail.com on 31 May 2011 at 7:56

GoogleCodeExporter commented 9 years ago
I'm not sure I understand...
When looking at Statistics -> team standings (for example), changing the node 
(tour,div,league) and hitting "Select", the standings table correctly displays 
only teams from that node. 
This means that the htmlout nodeselector() correctly returned the node and 
node_id and passed it on standings(), which interpreted them correctly - since 
it displays the standings for the leage.

Original comment by Nimda...@gmail.com on 31 May 2011 at 8:16

GoogleCodeExporter commented 9 years ago
The node selector works fine, however the function standings takes a node and 
node_id as parameters - and then ignores them. So you can't deep link to a 
given leadue/division/tour

Original comment by doublesk...@gmail.com on 31 May 2011 at 8:43

GoogleCodeExporter commented 9 years ago
r846

Original comment by Nimda...@gmail.com on 31 May 2011 at 9:02