OpenEnergyPlatform / django-comparison-dashboard

Django app holding functionalities for comparing scenarios
MIT License
1 stars 0 forks source link

Fix scenario query from selection view #3

Closed henhuy closed 11 months ago

henhuy commented 11 months ago

Currently, query from scenario selection looks like: ?scenario_ids=['6', '4'] This should be fixed to: ?scenario_id=6&scenario_id=4

henhuy commented 11 months ago

fixed in current dev