blob: 1d56afc0ca745d137cfc3a0d9031a6710484dffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Temp traits don't seem to be handled by the authorization system
## Tags
* assigned: fredm, zsloan
* priority: high
* status: open
* keywords: authentication, authorisation, oauth2, temp-traits
* type: bug
## Description
Trying to view the trait page for a temp trait (such as the PCA traits generated from the correlation matrix page) throws an error. I think this is because the authorization endpoint doesn't account for temp traits.
Not sure how to handle this, since the trait page code currently expects privileges information. The authorization code in question probably needs to be changed (it should probably just assume all temp traits are public).
|