quintel / etmoses

Online decision support tool to create local energy situations for neighbourhoods, cities and regions with a time resolution of 15 minutes created and maintained by Quintel – Not maintained
https://moses.energytransitionmodel.com
MIT License
11 stars 3 forks source link

Changing the quantity column in gas asset list doesn't trigger an update #1516

Closed grdw closed 7 years ago

grdw commented 7 years ago

It doesn't save those changes into the database. This is due to duplicate change listeners.

grdw commented 7 years ago

Even weirder, the change event always seems to lag one change.

For instance the value is 0.0:

0.0

I type 22:

The value remains 0.0

I type 21

The value becomes 22.

Etc.