forked from External/greenlight
Fixed issue with visibility redirected and changed the 'no recordings' string for the recordings page (#361)
This commit is contained in:
committed by
Jesus Federico
parent
16def655cf
commit
9883616f9c
@ -168,7 +168,9 @@ class RoomsController < ApplicationController
|
||||
}
|
||||
|
||||
res = @room.update_recording(params[:record_id], meta)
|
||||
redirect_to @room if res[:updated]
|
||||
|
||||
# Redirects to the page that made the initial request
|
||||
redirect_to request.referrer if res[:updated]
|
||||
end
|
||||
|
||||
# DELETE /:room_uid/:record_id
|
||||
|
Reference in New Issue
Block a user