editor cannot publish, so he won't see the Publish button

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@130553 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-19 14:48:31 +00:00
parent d593a9c963
commit 5577c0715e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
showEditInsertButtons(true);
break;
case EDITOR:
showEditInsertButtons(true);
showEditInsertButtons(false); // because the editor has some limitations TODO
break;
case MEMBER:
showEditInsertButtons(false);