Skip to content

DAR Stats - Inflating stats code fix for DAR submissions

Susheel Varma requested to merge HotFixDARStats into master

Created by: RobinKavPA

Deprecation of dataSetId field in Data Access Request model has been completed now that production data has been updated.

All previous dataSetId values are now stored in datasetIds array at position 0.

Stat calculation logic modified to count only DARs using the new array. This fix prevents the inflation of DAR figures on the Gateway home page.

Merge request reports