You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line makes us ignore values sent for annotations, however the problem is that this will only return the annotations requested by the current request. In a lot of cases we do send values for optional annotations while we do not request them to be returned, these are now not ignored and should also be ignored.
The text was updated successfully, but these errors were encountered:
https://github.com/CodeYellowBV/django-binder/blob/master/binder/views.py#L1721
This line makes us ignore values sent for annotations, however the problem is that this will only return the annotations requested by the current request. In a lot of cases we do send values for optional annotations while we do not request them to be returned, these are now not ignored and should also be ignored.
The text was updated successfully, but these errors were encountered: