There was an error while loading. Please reload this page.
2 parents 8f3597b + 6c3ad54 commit e2e9fd4Copy full SHA for e2e9fd4
1 file changed
commercialoperator/components/organisations/api.py
@@ -249,7 +249,6 @@ def decline_user(self, request, *args, **kwargs):
249
@detail_route(methods=['POST',])
250
def unlink_user(self, request, *args, **kwargs):
251
try:
252
- self.allow_external = True
253
instance = self.get_object()
254
serializer = OrgUserAcceptSerializer(data=request.data)
255
serializer.is_valid(raise_exception=True)
0 commit comments