IIT-BHU-InstiApp / lite-hai-backend

https://lite-hai.copsiitbhu.co.in/
13 stars 20 forks source link

Fix Tag Creation Bug #40

Closed krashish8 closed 3 years ago

krashish8 commented 4 years ago

Even in the case of Workshop contact, the error message "You are not allowed to create tag for this club" is received.

krashish8 commented 4 years ago

The following line: https://github.com/IIT-BHU-InstiApp/workshops-app-backend/blob/7cd4eb5d82917dcc554331d3893108b809468505/workshop/serializers.py#L233 shall be changed to

club.id not in profile.get_workshop_privileges().values_list('club', flat=True)):