Skip to content

Commit

Permalink
Merge pull request #218 from camsys/quarter1
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mathmerized authored Mar 26, 2019
2 parents b070104 + d6a3cdc commit b6f7065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/assets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def update
end
notify_user(:notice, "Asset #{@asset.to_s} was successfully updated.")

format.html { redirect_to inventory_url(@asset) }
format.html { redirect_to inventory_url(@asset, use_last_tab: 1) }
format.js { notify_user(:notice, "#{@asset} successfully updated.") }
format.json { head :no_content }
else
Expand Down
2 changes: 1 addition & 1 deletion lib/transam_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamCore
VERSION = "2.5.2"
VERSION = "2.5.3"
end

0 comments on commit b6f7065

Please sign in to comment.