IMA-WorldHealth / bhima-1.X

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

FIX(journal): grid edit mode renders properly #860

Closed jniles closed 9 years ago

jniles commented 9 years ago

Fixes #842.

This commit re-renders the grid through a call to grid.invalidate() whenever the session.mode changes, rather than regrouping. This has the affect of ensuring that the edit mode buttons are present when the user needs them.