Fixed ticket merge.
This commit is contained in:
parent
afe001e58b
commit
60dea64418
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class TicketsController < ApplicationController
|
|||
end
|
||||
}
|
||||
|
||||
recent_viewed = History.recent_viewed_fulldata( current_user, 8 )
|
||||
recent_viewed = RecentView.list_fulldata( current_user, 8 )
|
||||
|
||||
# return result
|
||||
render :json => {
|
||||
|
|
Loading…
Reference in a new issue