Sfoglia il codice sorgente

Merge pull request #880 from guignonv/patch-3

Typo mistake in the entity URL
Bradford Condon 6 anni fa
parent
commit
202275b3c3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {
   return [
-    'path' => 'bio-data/' . $entity->id,
+    'path' => 'bio_data/' . $entity->id,
     'options' => [],
   ];
 }