Removed unused attributes.

This commit is contained in:
Martin Edenhofer 2014-11-07 00:30:36 +01:00
parent 47babce2f7
commit 9112850983
2 changed files with 9 additions and 14 deletions

View file

@ -11,7 +11,7 @@ add a new activity entry for an object
=end =end
def self.listObjects def self.listObjects
['Ticket', 'User', 'Organization' ] #, 'Group' ] ['Ticket', 'TicketArticle', 'User', 'Organization' ] #, 'Group' ]
end end
end end

View file

@ -270,7 +270,6 @@ class CreateObjectManager < ActiveRecord::Migration
:item_class => 'column', :item_class => 'column',
}, },
}, },
:create_web => {},
:edit => { :edit => {
:Agent => { :Agent => {
:null => false, :null => false,
@ -302,7 +301,6 @@ class CreateObjectManager < ActiveRecord::Migration
:null => true, :null => true,
}, },
}, },
:create_web => {},
:edit => {}, :edit => {},
}, },
:pending_migration => false, :pending_migration => false,
@ -330,11 +328,6 @@ class CreateObjectManager < ActiveRecord::Migration
:null => false, :null => false,
}, },
}, },
:create_web => {
'-all-' => {
:null => false,
},
},
:edit => {}, :edit => {},
}, },
:pending_migration => false, :pending_migration => false,
@ -359,7 +352,7 @@ class CreateObjectManager < ActiveRecord::Migration
:editable => false, :editable => false,
:active => true, :active => true,
:screens => { :screens => {
:create_top => {}, :create_middle => {},
:edit => { :edit => {
:Agent => { :Agent => {
:null => false, :null => false,
@ -388,7 +381,7 @@ class CreateObjectManager < ActiveRecord::Migration
:editable => false, :editable => false,
:active => true, :active => true,
:screens => { :screens => {
:create_top => {}, :create_middle => {},
:edit => { :edit => {
:Agent => { :Agent => {
:null => false, :null => false,
@ -414,12 +407,13 @@ class CreateObjectManager < ActiveRecord::Migration
:editable => false, :editable => false,
:active => true, :active => true,
:screens => { :screens => {
:create_top => {}, :create_middle => {},
:edit => { :edit => {
:Agent => { :Agent => {
:null => true, :null => true,
}, },
}, }, },
},
:pending_migration => false, :pending_migration => false,
:position => 300, :position => 300,
:created_by_id => 1, :created_by_id => 1,
@ -445,12 +439,13 @@ class CreateObjectManager < ActiveRecord::Migration
:null => true, :null => true,
} }
}, },
:create_web => {}, :create_middle => {},
:edit => { :edit => {
:Agent => { :Agent => {
:null => true, :null => true,
}, },
}, }, },
},
:pending_migration => false, :pending_migration => false,
:position => 400, :position => 400,
:created_by_id => 1, :created_by_id => 1,