Douglas Senalik

Results 204 comments of Douglas Senalik

Wonderful @laceysanderson - this works great! Commit https://github.com/tripal/tripal/pull/2013/commits/4fd1444665389782ecc243c288a3485ec74ac592 adds counts to the discovered fields tabs, so that you will know if there is anything there without having to click on...

Commit https://github.com/tripal/tripal/pull/2013/commits/23948bd54883dea3fb9b225e9ca5367188407195 fixes the lack of a discovered field on project - the array key may exist even if a field doesn't. Add a check to only return if a...

I imported a gff https://github.com/tripal/tripal/files/15109905/issue1824.gff3.txt and tried to check for fields on gene content type `TypeError: Drupal\tripal\TripalVocabTerms\TripalTerm::setDefinition(): Argument #1 ($definition) must be of type string, null given, called in /var/www/drupal/web/modules/contrib/tripal/tripal/src/TripalVocabTerms/TripalTerm.php...

Here is a related Drupal issue describing the same thing https://www.drupal.org/forum/support/post-installation/2023-03-17/multiple-duplicate-url-aliases-getting-created It also mentions that the [drush_tools](https://www.drupal.org/project/drush_tools) module has a function to clean up duplicated aliases.

PR #1980 is closed as this problem will be fixed by PR #1981 in a slightly different way

Just as an update, branch `tv4g1-issue1924-publish-duplicated-titles` fixes #1924 - however currently only for content types that are 1:1 mapping - all records in a table are the content type. It...

Notes about the property table. For bundles using this method of definition, there is an additional type field defining a "fixed_value". This fixed value term matches the one used for...

Tripal 3 stores the term used to define the bundle differently, it uses `rdfs:type` for the `type_id` and for the value uses the name of the CV term e.g. `genome_annotation`....

Though this is a tiny subset of HTML that we are talking about <em> and <strong> and maybe a few others - converting to another markup format would not be...

Problem 1. devel_php is not yet compatible with Drupal 11 ` - drupal/devel_php[dev-1.x, 1.4.0, ..., 1.x-dev] require drupal/core ^9.2 || ^10 -> found drupal/core[9.2.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.4.x-dev] but...