diff --git a/app/models/object_manager.rb b/app/models/object_manager.rb index e3ca57347..5ad3ce921 100644 --- a/app/models/object_manager.rb +++ b/app/models/object_manager.rb @@ -11,7 +11,7 @@ add a new activity entry for an object =end def self.listObjects - ['Ticket', 'User', 'Organization' ] #, 'Group' ] + ['Ticket', 'TicketArticle', 'User', 'Organization' ] #, 'Group' ] end end diff --git a/db/migrate/20140831000001_create_object_manager.rb b/db/migrate/20140831000001_create_object_manager.rb index 7fcdb4a77..2d743033c 100644 --- a/db/migrate/20140831000001_create_object_manager.rb +++ b/db/migrate/20140831000001_create_object_manager.rb @@ -270,7 +270,6 @@ class CreateObjectManager < ActiveRecord::Migration :item_class => 'column', }, }, - :create_web => {}, :edit => { :Agent => { :null => false, @@ -302,7 +301,6 @@ class CreateObjectManager < ActiveRecord::Migration :null => true, }, }, - :create_web => {}, :edit => {}, }, :pending_migration => false, @@ -330,11 +328,6 @@ class CreateObjectManager < ActiveRecord::Migration :null => false, }, }, - :create_web => { - '-all-' => { - :null => false, - }, - }, :edit => {}, }, :pending_migration => false, @@ -359,7 +352,7 @@ class CreateObjectManager < ActiveRecord::Migration :editable => false, :active => true, :screens => { - :create_top => {}, + :create_middle => {}, :edit => { :Agent => { :null => false, @@ -388,7 +381,7 @@ class CreateObjectManager < ActiveRecord::Migration :editable => false, :active => true, :screens => { - :create_top => {}, + :create_middle => {}, :edit => { :Agent => { :null => false, @@ -414,12 +407,13 @@ class CreateObjectManager < ActiveRecord::Migration :editable => false, :active => true, :screens => { - :create_top => {}, + :create_middle => {}, :edit => { :Agent => { :null => true, }, - }, }, + }, + }, :pending_migration => false, :position => 300, :created_by_id => 1, @@ -445,12 +439,13 @@ class CreateObjectManager < ActiveRecord::Migration :null => true, } }, - :create_web => {}, + :create_middle => {}, :edit => { :Agent => { :null => true, }, - }, }, + }, + }, :pending_migration => false, :position => 400, :created_by_id => 1,