Compare commits

..

1 Commits

Author SHA1 Message Date
Yann Weber 37850a288b manager: make agenda's groups foldable (#85616)
gitea/chrono/pipeline/head This commit looks good Details
2024-04-11 15:16:14 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ from . import models
@csrf_exempt
@login_required
def save_preference(request):
# Expect a request with a json dict of len 1 as body { str: bool }
user_pref, dummy = models.UserPreferences.objects.get_or_create(user=request.user)
if len(request.body) > 1000: