cgi-uswest-chimpls / portalweb

A web UI to consume portal microservices and render results
0 stars 0 forks source link

payments by child modal always shows payments for first kid clicked #33

Closed jhagen1908 closed 6 years ago

jhagen1908 commented 6 years ago

Because the table is not being destroyed before attempting to recreate, each launch renders the table which was first launched rather than recreating from new data. Discovered during payment data setup for new user.

jhagen1908 commented 6 years ago

Fixed in commit d1cb000 by adding existing table destroy before re-initializing with new data.