Commit 4d707692 authored by Aurel's avatar Aurel

fixup! typo erp5_forge

parent ce8e9131
......@@ -22,7 +22,7 @@ def invalid_category_spreadsheet_handler(message):
# action taken when an invalid spreadsheet is provided.
# we *raise* a Redirect, because we don't want the transaction to succeed
# note, we could make a dialog parameter to allow import invalid spreadsheet:
context.Base_redirect('view', keep_items={'portal_status_message':message),
context.Base_redirect('view', keep_items={'portal_status_message':message},
abort_transaction=True)
category_list_mapping = context.Base_getCategoriesSpreadSheetMapping(import_file,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment