- 05 Oct, 2017 3 commits
-
-
Ryan Herbert authored
Although the jquery plugin autocomplete.js was providing the basic functionnality we needed, it was not natively able to display the list of suggestions in the desired position for our textareas. At.js is capable through the use of Caret.js of displaying a suggestion box under the caret in a textarea. This javascript code is heavily inspired by the code present in the gitlab-ce project and allows us to have a nicely cached data-set to limit database queries.
-
Ryan Herbert authored
The group_id had previously been committed as a hard-coded value, thus locking the completion to a single group. Obviously we want completion to work for everyone, so this will achieve our goal.
-
Ryan Herbert authored
autocomplete.js contains a binding function to bind the autocomplete library to a DOM element. The views then call this function when they are focused
-
- 21 Oct, 2016 1 commit
-
-
Mikaël Salson authored
Fix e3bdc9fc. The field must still appear in the form for the value to be sent to the server. Now the field is just hidden. Thanks to @RyanHerb for pointing out that issue.
-
- 20 Oct, 2016 1 commit
-
-
Mikaël Salson authored
For users having only one group (the huge majority), there is no need to add fields they won't be able to modify
-
- 18 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
Reduced the group list when adding a patient or run to include only the user's personal group and parents of the user's other groups
-
- 17 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
Reduced the group list when adding a patient or run to include only the user's personal group and parents of the user's other groups
-
- 16 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
Added owner_group to run so that it is possible to affect a run to any group the user is a member of. Select box is currently hidden and selects the user_group by default unless the group Lille is in the list
-
- 18 Apr, 2016 1 commit
-
-
marc authored
-
- 09 Mar, 2016 1 commit
-
-
marc authored
generate runs list / similar to patient controller
-