FEATURE: add staff action log for 'restore topic'

This commit is contained in:
Arpit Jalan
2018-03-21 09:45:16 +05:30
parent 25284d2340
commit d96c1058a2
8 changed files with 54 additions and 27 deletions

View File

@ -12,7 +12,7 @@ describe Admin::StaffActionLogsController do
it 'generates logs' do
topic = Fabricate(:topic)
_record = StaffActionLogger.new(Discourse.system_user).log_topic_deletion(topic)
_record = StaffActionLogger.new(Discourse.system_user).log_topic_delete_recover(topic, "delete_topic")
get :index, params: { action_id: UserHistory.actions[:delete_topic] }, format: :json