baccon404 / procurement

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

always displaying stash tab 1 even though not set to #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

    <List name="MyTabs">
      <Item value="2" />
      <Item value="3" />
    </List>

it shows 1 2 and 3 while hiding the rest like expected, but always showing #1, 
is that by design?

Original issue reported on code.google.com by chris2...@gmail.com on 11 Mar 2014 at 4:36

GoogleCodeExporter commented 8 years ago
Yes, this is due to the way the GGG API is structured. When Procurement 
requests info for a stash for a given league, the data returned also includes 
the first tab so it is automatically added.

Original comment by stickymaddness on 12 Mar 2014 at 8:16