Douglas Senalik
Douglas Senalik
@laceysanderson your suggestion to use a "real" term though is a good idea!
I think an example of what is needed to add the settings (if appropriate) can be found in `core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php`
With the GUI the duplicate gets flagged  However I can **confirm this behavior** running the SQL directly. I thought it to be odd because looking at the table directly:...
Adding the Tripal 3 tag because it happens there too.
This postgresql 13+ compatible solution seems to work: ``` sitedb=> CREATE UNIQUE INDEX organism_c2 ON chado.organism (genus, species, COALESCE(type_id, 0), COALESCE(infraspecific_name, '')); CREATE INDEX sitedb=> insert into organism (genus, species)...
So my question is: can or should we fix this? Or is this an issue for Chado itself? Chado issue: https://github.com/GMOD/Chado/issues/139 Currently we define the constraint for Tripal here: `tripal_chado/chado_schema/chado-only-1.3.sql:8343:...
Also there are additional changes in #1324 to incorporate ```type_id``` in landmark lookup.
I think what is happening is that some class variables retain their values from one job to the next. I don't understand why, but a simple fix is to just...
I was looking at older issues because I though I probably abandoned something, when I saw this and was intrigued, but I can't replicate this Tripal 3 behavior: 1. I...
Oh oh, I already started working on this, branch `tv4g4-issue1513-newickloader` as mentioned here https://github.com/tripal/tripal/issues/1513#issuecomment-1634406574 I will push this now, so let me know if you want to coordinate on this