Douglas Senalik

Results 65 comments of Douglas Senalik

I am trying to understand why testing is failing and so far can't figure it out.

Ooooh that was an insidious hard-to-spot bug that the testing caught, but only after the first PHP8 bug was fixed. All should be good now!

Another test is to Add Tripal Content -> "File" (tripal_file module). Check that FILE TYPE selection and saving works. Commit https://github.com/tripal/tripal/pull/1279/commits/c3d51f4c1f96e84b38bb3bb148e43dc1de5ec468 fixed a problem there.

I have added another commit to this because of a problem with the code to automatically check the radio button if there is only one term to choose from. There...

Default value selection now works on editing. There was an issue if editing when there is more than one cv term with the same name, I now pass through the...

@gdroc I made this into a pull request :+1:

This same bug affects editing semantic web terms ```/admin/tripal/storage/chado/semweb``` Presumably if I figure it out, the fix will be the same.

It doesn't work, because each radio is an individual, not joined to the others. Still working on it...

This was a tricky thing to fix. I converted the individual 'radio' elements into a single 'radios', but then drupal 7 does not allow individual descriptions for each radio. But...

Interesting, I have started to use this module and have organism links, and was very surprised to see my ```analysis_organism``` table is empty! For me, it turns out that this...