-
Notifications
You must be signed in to change notification settings - Fork 25
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
store username in the audit table #211
Comments
we discovered yesterday that there are a number of calls that don't provide this info. A number of requests don't obtain their audit information from a parent -- they just create it on their own. One example would be the root request: https://github.com/ohmage/server/blob/master/src/org/ohmage/request/Request.java#L341 this happens for a number of requests, all of which should be changed. |
@joshuaselsky it looks like |
To fix this, you can override |
@hongsudt maybe you can do a quick sanity check while working on 2.17.1 to make sure all APIs are storing the user string in the audit log? |
This will allow us to retrieve activities based on a username.
The text was updated successfully, but these errors were encountered: