Skip to content
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

Adding/editing time in the OA grid directly doesn't populate notes correctly on the OAR time list #18

Open
crittermike opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@crittermike
Copy link
Contributor

This is because OpenAir makes it easy for us to fetch notes on initial load (it passes in a nice little JSON dump in a script tag), but very difficult to fetch notes added after load (since those are just stored in JS state which is mind-numbingly hard for us to break into from the outside).

If this ends up causing people issues instead of just being an edge case that no one notices, we can look into programmatically triggering a tooltip on the notes to grab the info out of there, or possibly even triggering the edit form and using .val() on the textarea.

@crittermike crittermike added the bug label Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant