Skip to content

Fix for issue #379 - making null-safe source_project_id

Some records in the JSON response come with source_project_id field in null, being this the root cause of the issue during the parsing to a MergeRequest object.

By making source_project_id null-safe the parsing of JSON data is not failing anymore. Loading of the different categories (closed, merged, all) of merge requests tab in the app starts working as expected.

No other functionality is impacted by the change.

Edited by Emerson Castaneda

Merge request reports