Douglas Senalik

Results 126 comments of Douglas Senalik

Unfortunately this may never get fixed in Drupal 10.2 based on the comment in the Issue above 😠 "Committed/pushed to 11.x and cherry-picked to 10.3.x"

I am quite disillusioned with the massive overhead of generating titles (fine for publish of one bundle - but not for display of an entity), and the thing I wanted...

**Progress report** I have done a second redesign. It turns out the approach of using database columns with a not-null constraint was often failing because field names don't always match...

Another progress report. I have fixed the `function` property so that information can be retrieved by the callback function. The callback function itself is implemented in the ChadoStorage class so...

Another thing to fix. For "Gene" content type, the organism link looks like ![2024-04-03_gene-organism-link](https://github.com/tripal/tripal/assets/8419404/da618965-b1c3-42bd-84c5-cbe9353ce314) The code is ``` $url_object = Url::fromRoute('entity.tripal_entity.canonical', ['tripal_entity' => $entity_id]); $renderable_item = [ '#type' => 'link',...

This is ready for review, but it includes changes from PR #1841, so that one needs to be merged before this one can. There is one small fix to publishing...

Some notes about why testing is failing. It is actually detecting a problem in the testing environment. Six entities are correctly created in the testing environment table ``` sitedb=> select...

This PR breaks publishing on an existing site. I built a docker on the 4.x branch, then switched to this branch. I created two projects `insert into chado.project (name) values...

Marking as draft until I add the update function

Example of running the update on a 4.x docker using this branch ``` root@2b12a100082b:/var/www/drupal/web# drush updatedb -------------- ----------- --------------- ----------------------------- Module Update ID Type Description -------------- ----------- --------------- ----------------------------- tripal_chado...