Complete refactoring of messaging module. From now messages are saved only once and send afterwards via a the 'send_emails'-rake-task.
This commit is contained in:
parent
6ce6c2c75a
commit
e8d55e50c0
30 changed files with 220 additions and 349 deletions
|
|
@ -3,7 +3,7 @@
|
|||
tabs = [
|
||||
{ :name => "Start", :url => root_path, :active => ["index", "messages", "home"],
|
||||
:subnav => [
|
||||
{ :name => "Messages", :url => "/messages/inbox"},
|
||||
{ :name => "Messages", :url => "/messages"},
|
||||
{ :name => "My tasks", :url => "/home/tasks" },
|
||||
{ :name => "My ordergroup", :url => "/home/ordergroup"},
|
||||
{ :name => "My profile", :url => "/home/profile"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue