-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incorrect related entity references #227
Labels
bug
Something isn't working
db backend
Issues relating to the DB backend
wontfix
This will not be worked on
Comments
4 tasks
MRichards99
added a commit
that referenced
this issue
May 17, 2021
MRichards99
added a commit
that referenced
this issue
May 17, 2021
MRichards99
added a commit
that referenced
this issue
May 17, 2021
- There's a lot of failures to resolve...
MRichards99
added a commit
that referenced
this issue
May 17, 2021
- There's a lot of failures to resolve, 26 so far, with 6 warnings on top of that...
MRichards99
added a commit
that referenced
this issue
May 17, 2021
- Down to 22 fails, still 6 warnings
MRichards99
added a commit
that referenced
this issue
May 20, 2021
- Down to 13 fails, 6 warnings for no data
MRichards99
added a commit
that referenced
this issue
May 21, 2021
- Down to 13 fails, 6 warnings for no data
Unassigning myself as this won't be tackled in the short term. |
Adding the wontfix label to this issue - there's no plans to work on this issue for the time being and because the DB backend won't be used in production, this is a low priority, potentially high effort issue. |
DB backend to be removed as per #489 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
db backend
Issues relating to the DB backend
wontfix
This will not be worked on
Description:
Last week, I noticed some of the foreign key references don't match the ICAT schema on DB backend. In particular,
type
(related entity from investigation to investigation type) could only be referenced usingINVESTIGATIONTYPE
(it seemed to be case insensitive actually). These foreign key references should be checked and modified to match the ICAT schema.This is part of the work for #213
Acceptance criteria:
The text was updated successfully, but these errors were encountered: