Prechádzať zdrojové kódy

Typo mistake in the entity URL

When you display a Tripal entity page, the title link is not correct.
Valentin Guignon 6 rokov pred
rodič
commit
b7e78c756a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 array(
-    'path' => 'bio-data/' . $entity->id,
+    'path' => 'bio_data/' . $entity->id,
     'options' => array(),
   );
 }