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"},