Don't add default profile if status is done
This commit is contained in:
@@ -90,7 +90,7 @@ class MovieBase(MovieTypeBase):
|
||||
|
||||
# Default profile and category
|
||||
default_profile = {}
|
||||
if not params.get('profile_id'):
|
||||
if not params.get('profile_id') and status != 'done':
|
||||
default_profile = fireEvent('profile.default', single = True)
|
||||
cat_id = params.get('category_id')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user