Post action for export/import added
This commit is contained in:
@@ -37,4 +37,12 @@ class ItemsController < ApplicationController
|
||||
["Import items", "import_items"],
|
||||
["Update prices", "update_prices"] ]
|
||||
end
|
||||
|
||||
def export_import_post
|
||||
@tasks = [ ["Validate items", "validate_items"],
|
||||
["Import items", "import_items"],
|
||||
["Update prices", "update_prices"] ]
|
||||
|
||||
render :template => "items/export_import"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user