diff options
author | zsloan | 2023-07-26 12:42:09 -0500 |
---|---|---|
committer | GitHub | 2023-07-26 12:42:09 -0500 |
commit | 975ddd2d24687da2e49caee991ec9a9e4c504885 (patch) | |
tree | fc2f6191dfc3f29d1f30966c2222e936bba2b666 | |
parent | 2f0dcd455aa3969a17d217673e5f8c695c90ae86 (diff) | |
download | gn-gemtext-975ddd2d24687da2e49caee991ec9a9e4c504885.tar.gz |
Create linking_data_bug.gmi
-rw-r--r-- | issues/authentication_authorisation/linking_data_bug.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/authentication_authorisation/linking_data_bug.gmi b/issues/authentication_authorisation/linking_data_bug.gmi new file mode 100644 index 0000000..d12b501 --- /dev/null +++ b/issues/authentication_authorisation/linking_data_bug.gmi @@ -0,0 +1,17 @@ +# Bug with linking data + +## Tags + +* assigned: fredm, zsloan +* priority: high +* status: open +* keywords: authentication, authorisation, oauth2, xapian +* type: bug + +## Description + +While trying to link some newly-added data to the "pheno-xboecp" resource in the AutoAdminGroup, I noticed a few issues: +- Searching for traits using group:BXD doesn't work. This is apparently because it's requiring searches to be in lower-case (group:bxd: does work). This is likely some issue related to the xapian search/indexing rather than the authorisation interface specifically. +- After selecting traits to link and clicking "Link Selected" the page notifies me that the data was successfully linked, but it still continues to appear in the table +- After the above, I still can't view the traits in question, which seems to imply that they weren't actually linked +- Due to the number of phenotype traits in the AutoAdminGroup phenotype resource, it's not reasonably possible to search through its contents (so I can't verify that they were/weren't linked in that way) |