removed owner property as last member of the grid

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@81042 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-09-04 09:45:07 +00:00
parent a2c9ef33f6
commit 681ffe072d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class GxtGridFilterGroupPanel extends LayoutContainer {
if(group)
cm = new ColumnModel(Arrays.asList(icon, name, ownerFullName, type, creationDate, size, category));
else
cm = new ColumnModel(Arrays.asList(icon, name, ownerFullName, type, creationDate, size, ownerFullName));
cm = new ColumnModel(Arrays.asList(icon, name, ownerFullName, type, creationDate, size));
final ColumnModel columnModel = cm;