Commit 77d0abfc authored by Janette Day's avatar Janette Day
Browse files

Remove rdf_mapping changes

parent e585cc0b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -231,8 +231,7 @@ function dkan_dataset_groups_default_search_api_index() {
      }
    },
    "enabled" : "1",
    "read_only" : "0",
    "rdf_mapping" : []
    "read_only" : "0"
  }');
  return $items;
}
@@ -324,8 +323,7 @@ function dkan_dataset_groups_default_search_api_server() {
        }
      }
    },
    "enabled" : "1",
    "rdf_mapping" : []
    "enabled" : "1"
  }');
  return $items;
}
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ function dkan_dataset_groups_node_presave($node) {
    $fid = $wrap->field_image->value();
    if(!isset($fid)) {
      $source = drupal_get_path('module', 'dkan_dataset_groups') . '/default_images/group.png';
      if (file_exists($source) && empty($instance['settings']['default_image'])) {
      if (file_exists($source)) {
        $file = new stdClass;
        $file->filename = 'group.png';
        $file->timestamp = REQUEST_TIME;