IMA-WorldHealth / bhima-1.X

A hospital information system for developing countries.
GNU General Public License v2.0
10 stars 14 forks source link

Journal "Edit Mode" does not update journal UI #842

Closed jniles closed 9 years ago

jniles commented 9 years ago

Not sure when this was introduced, but the Journal's edit mode requires that you change the filter parameters to force a UI redraw. This is super inconvenient and confusing. It shouldn't be to hard to put a fix in, like something like grid.invalidate(); should fix it.