This corrects a bug where the result count was not shown when the results pages was not the first page navigated to. This was caused by the removal of the onRender count updating in https://github.com/chop-dbhi/cilantro/pull/772. Previously, the count was updated on render. This PR updates the ResultCount class to restore the update count on render behavior.
@bruth
Fixes https://github.com/chop-dbhi/cilantro/issues/774.
This corrects a bug where the result count was not shown when the results pages was not the first page navigated to. This was caused by the removal of the onRender count updating in https://github.com/chop-dbhi/cilantro/pull/772. Previously, the count was updated on render. This PR updates the
ResultCount
class to restore the update count on render behavior.Signed-off-by: Don Naegely naegelyd@gmail.com