Fixed bug when requested missing changeset
Fixes #5148. Added forgotten @type = "changeset" in ChangesetsController#show.
This commit is contained in:
parent
19d91c0216
commit
005add9f49
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class ChangesetsController < ApplicationController
|
|||
end
|
||||
|
||||
def show
|
||||
@type = "changeset"
|
||||
@changeset = Changeset.find(params[:id])
|
||||
case turbo_frame_request_id
|
||||
when "changeset_nodes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue