Document why we're only returning full profiles

It's a limitation of the quality manager that would require major refactoring there to fix.

Contributes to issue CURA-4243.
This commit is contained in:
Ghostkeeper 2017-12-11 09:44:56 +01:00
parent 430f3dad27
commit 097cc72d89
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
3 changed files with 3 additions and 3 deletions

View file

@ -43,4 +43,4 @@ class QualityAndUserProfilesModel(ProfilesModel):
result = filtered_quality_changes
result.update({q.getId():q for q in quality_list})
return result, {}
return result, {} #Only return true profiles for now, no metadata. The quality manager is not able to get only metadata yet.