Explorar el Código

Merge pull request #880 from guignonv/patch-3

Typo mistake in the entity URL
Bradford Condon hace 6 años
padre
commit
202275b3c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' => [],
   ];
 }