Developer page Active only places

So I’ve noticed that this feature was broken for a while now… It is really helpful so if it can be fixed that’d be nice

What the issue is once you have the checkbox checked it doesn’t display your active places only. I did some snooping and I found the issue.

the Ajax or whatever you guys use gets the information a little bit off example:

This is what you guys are doing right now:

http://www.roblox.com/build/gamesbycontext?creationContext=NonGameCreation+&assetLinksEnabled=True&universeId=0&fetchUniversePlaces=false&showActiveOnly=false

And this is what it is supposed to be instead…

http://www.roblox.com/build/gamesbycontext?creationContext=NonGameCreation+&assetLinksEnabled=True&universeId=0&fetchUniversePlaces=false&showActiveOnly=true

As you can see where it says “&showActiveOnly” is set to false I went on the page and changed the url to make it set as true and it works.

http://developer.roblox.com/forum/web-bug-reports/10492-show-active-only-broken

Thanks for the explanation, though, it just makes it that much easier for it to be fixed. :wink: