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
def self.listObjects
['Ticket', 'User', 'Organization' ] #, 'Group' ]
['Ticket', 'TicketArticle', 'User', 'Organization' ] #, 'Group' ]
end
end

View file

@ -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,