Jelajahi Sumber

Merge pull request #880 from guignonv/patch-3

Typo mistake in the entity URL
Bradford Condon 6 tahun lalu
induk
melakukan
202275b3c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tripal/includes/tripal.entity.inc

+ 1 - 1
tripal/includes/tripal.entity.inc

@@ -242,7 +242,7 @@ function tripal_entity_info() {
  */
  */
 function tripal_entity_uri($entity) {
 function tripal_entity_uri($entity) {
   return [
   return [
-    'path' => 'bio-data/' . $entity->id,
+    'path' => 'bio_data/' . $entity->id,
     'options' => [],
     'options' => [],
   ];
   ];
 }
 }