diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-11 12:19:57 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-11 12:19:57 +0100 |
commit | 64afdeacb1444b319abfcad6c9a8cfd656fe2dd4 (patch) | |
tree | 1cbf99d5b3084f8deb6986e8bbd30c20b44bfb27 /app/controllers/trigger_controller.rb | |
parent | aa46f61cc84043a81f760c961ec53786671e7e50 (diff) |
Reload FaxDocument#show when a fax was send.
Diffstat (limited to 'app/controllers/trigger_controller.rb')
-rw-r--r-- | app/controllers/trigger_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/trigger_controller.rb b/app/controllers/trigger_controller.rb index db379f9..0de9223 100644 --- a/app/controllers/trigger_controller.rb +++ b/app/controllers/trigger_controller.rb @@ -110,6 +110,10 @@ class TriggerController < ApplicationController end if errors.count == 0 + # Reload FaxDocument#show + # + PrivatePub.publish_to("/fax_documents/#{fax_document.id}", "location.reload();") + # Indicate a new fax in the navigation bar. # if fax_document.fax_accountable.class == User |