Skip to content

Add scoped associations to Room model

Resolves #960 (closed)

  • We discovered that running room.users returned archived data when running the SuitesWithRoomAssigned query. This resulted in erroneously negative transfer numbers being displayed.
  • This has been remediated by adding scoped associations to the Room model.
  • New specs have been added to test these associations and specs of the result_helper have been altered to pass with the new

Closes #960 (closed)

Merge request reports