From a9dd5276b1364e50497ee257644b4e8ef0d399c7 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 13 Jan 2025 05:30:54 -0500 Subject: [PATCH] label fix --- services/web/project/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index fd1f04c..ee8ef62 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -764,7 +764,7 @@ def myproduct_provision(current_user): provision = { "last_update": datetime.datetime.utcnow(), "percent_completed" : random.randint(10, 99), - "url": [ + "activities": [ {"id": "3", "action": "Verifying your product..." , "date": "10-10-2010 11:00 AM"}, {"id": "2", "action": "URL assigned - Progress on the URL " , "date": "10-10-2010 11:30 AM"}, {"id": "1", "action": "Initiating product creation" , "date": "10-12-2010 11:30 AM"},