Comment 3 for bug 1261835

Revision history for this message
Jason Etheridge (phasefx) wrote :

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/collab/phasefx/lp1261835

collab/phasefx/lp1261835 @ working/Evergreen.git

commit 44d71aaf4fd124b95baa002715902a7972c1f0d9 (HEAD, working/collab/phasefx/lp1261835, lp1261835)
Author: Jason Etheridge <email address hidden>
Date: Wed Nov 2 14:28:08 2016 -0400

    lp1261835 stop colliding bill UI refreshes

    for want of promises in Angular :)

    population of the bill list in this implementation is asynchronous, but the rest
    of the refresh action is not, and it's sadly being invoked multiple times. There
    are different ways to fix this, but using a semaphore seems to work.

    Signed-off-by: Jason Etheridge <email address hidden>