zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 6 forks source link

Violations: Only one account is displayed in table #412

Closed prayerslayer closed 8 years ago

prayerslayer commented 8 years ago

Reproducible by

Also the CSS of the account selector dropdown is kaputt.

prayerslayer commented 8 years ago

Happened because superagent had a breaking change from 1.4 to 1.5: Array values are now encoded as multiple times the same property, e.g. account=foo&account=bar instead of comma-separated values (account=foo,bar).