Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Newsletter subscription for new and old users #2511

Merged
merged 15 commits into from
Jun 15, 2022
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
makseq committed Jun 15, 2022
commit a2a1437bc96c936eeb8a08d391d627ffe1feeb08
1 change: 1 addition & 0 deletions label_studio/core/utils/contextlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def create_payload(self, request, response, body):
'method': request.method,
'values': request.GET.dict(),
'json': body,
'advanced_json': request.advanced_json if hasattr(request, 'advanced_json') else None,
'language': request.LANGUAGE_CODE,
'content_type': request.content_type,
'content_length': int(request.environ.get('CONTENT_LENGTH')) if request.environ.get('CONTENT_LENGTH') else None,
Expand Down
107,743 changes: 2 additions & 107,741 deletions label_studio/frontend/dist/react-app/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/react-app/index.js.map

Large diffs are not rendered by default.

Loading