Douglas Senalik

Results 241 comments of Douglas Senalik

View Tripal Administration Pages permission grants menu access, thanks for that! Tested the update hook and anonymous permissions granted as expected, thanks for that too!

A thought, have a tripal global setting to enable|disable this, and only when enabled do we enforce access. I propose this because some sites won't need this feature, and this...

I just now noticed this code in `tripal/src/Entity/TripalEntityInterface.php`, not sure if it is relevant or not: ``` /** * Returns the Tripal Content published status indicator. * * Unpublished Tripal...

I feel that we should not this in chado, since besides being site-specific, it is also a bit of a costly lookup to go from an entity to the corresponding...

I am mulling over the idea of having a table store the chado schema, table, and pkey ID for each entity. I mention it here because maybe it could be...

My thoughts were leaning toward a nice simple relationship buddy. But I look and see additional tables (that I have never used) of ``` chado | stock_relationship | table |...

If we implement this I also favor the second option, though I am not that familiar with temporary tables and all that it will involve.

I sent you some links to your github email, let me know if it doesn't get through to you.

**Plan of action** Design based on feedback from @laceysanderson Because a view for any particular content type cannot be created until the content type itself is created, we can't just...

Here's another thought, the name in the select list is the "name" field, which chado allows to be NULL. I think here too we should match the title format and...