Browse Source

remove accidental fix from another issue

bradfordcondon 6 years ago
parent
commit
dd0efb6bbc
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tripal_ws/includes/TripalWebService/TripalContentService_v0_1.inc

+ 0 - 3
tripal_ws/includes/TripalWebService/TripalContentService_v0_1.inc

@@ -371,9 +371,6 @@ class TripalContentService_v0_1 extends TripalWebService {
       }
     }
 
-    if (isset ($field['field_permissions']['type'])) {
-      return;
-    }
     if ($hide_fields == TRUE and empty($values[0])) {
       return;
     }