Closed FabioBurillo closed 3 years ago
Oh btw, I'm not completely sure about the branching model - but I think we're supposed to merge to the staging
branch before releasing to the master
branch (@DPhuongHda correct me if I'm wrong)..
Yeah, this shouldn't be happening. @FabioBurillo could you change it to staging?
Oh yeah thanks. Was my first pull request and I guess I missed that. Is it alright now or did I miss anything else? @DPhuongHda @tpachmann
This looks good, you can merge it :)
This branch fixes the issue #446.
The main_subjects array is filled with objects, which are gotten from the data service through ids. Because the data service function returns all objects with the given ids, the array contained duplicate objects.
Only the objects with a type equals 'motif' were necessary, so I filtered the main_subjects array to remove the other ones.