From 5e8b71199c276e312504317f7ab3fe666c6b3f32 Mon Sep 17 00:00:00 2001 From: ozer550 Date: Mon, 30 Sep 2024 21:21:34 +0530 Subject: [PATCH] make user_id required false --- .../commands/rectify_incorrect_contentnode_source_fields.py | 1 - 1 file changed, 1 deletion(-) diff --git a/contentcuration/kolibri_public/management/commands/rectify_incorrect_contentnode_source_fields.py b/contentcuration/kolibri_public/management/commands/rectify_incorrect_contentnode_source_fields.py index 2df2aad4bb..5c9ab9c3aa 100644 --- a/contentcuration/kolibri_public/management/commands/rectify_incorrect_contentnode_source_fields.py +++ b/contentcuration/kolibri_public/management/commands/rectify_incorrect_contentnode_source_fields.py @@ -33,7 +33,6 @@ def add_arguments(self, parser): '--user_id', type=int, help="User ID for the operation", - required=True ) def handle(self, *args, **options):