...
[17:53:49 CDT(-0500)] <js70> So, I'm looking into the issue right now.
[18:00:08 CDT(-0500)] <js70> the patching is not going to work as significant changes were made that make a simple patch impossible. Looked at the code, we just need to change one line final PagingWrapper<Challenge> challengeWrapper = challengeService.getAll(null); to final PagingWrapper<Challenge> challengeWrapper = challengeService.getAll(new SortingAndPaging(ObjectStatus.Active));
[18:00:32 CDT(-0500)] <dmccallum54> js70 if that fixes the problem, that seems just fine to me
[18:00:43 CDT(-0500)] <js70> Dan, would it be possible to make this change in the 1.1.1 branch, create a patch and go from there.
[18:00:51 CDT(-0500)] <js70> that will fix it.