- 21 Mar, 2018 40 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mathieu Giraud authored
-
Vidjil authored
-
Mathieu Giraud authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
-
It should be better to have the add buttons before the form rather than after. When they are after they move each time a row is added. Therefore if one knows that s⋅he needs 10 samples, s⋅he couldn't click 10 times quickly on the link, s⋅he had to click, wait for the new row to appear, adjust the mouse position, click, and so on…
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
Prevents the form from expanding if the filename is too long.
-
Ryan Herbert authored
Redirects the user to the list of sample types they most likely came from when adding files.
-
Ryan Herbert authored
since we are phasing out the use of patient/run/generic ids in favour of sample_set_ids. See #2978
-
Ryan Herbert authored
the upload form manager was referencing the id for the pre_process field that it used to have when we had one pre_process field per sample. See #3073
-
Ryan Herbert authored
allows us to set a minimum amount of tokens required within a token_container, preventing deletion of any more tokens if the min amount has been reached. See #3045
-
Ryan Herbert authored
moves the file fields back up to the beginning of the form since the jstree will not longer cause so much distortion.
-
Ryan Herbert authored
makes it clearer that the user can click a button to select a file from jstree
-
Ryan Herbert authored
since the refactor, we don't want to destroy jstree or hide it when changing sources. We simply want to hide the file selection indicator
-
Ryan Herbert authored
instead of having an instance of jstree for each file form, we can share the instance in a popup window. This is a step towards #2208 See #3044
-
Ryan Herbert authored
introduces the modal css class to allows the use of modal windows outside the context of info and data containers.
-
Ryan Herbert authored
we don't really need it anymore since we only have the one form for add and edit.
-
Ryan Herbert authored
This fixes a bug with the display of one of the file fields when swapping to "computer" mode after having added an extra file form.
-
Ryan Herbert authored
They're going to expand and move things around a fair amount so putting them on the right should make the form easier to use. See #3046
-
Ryan Herbert authored
instead of just plain width, so our form elements can expand.
-
Ryan Herbert authored
-
Ryan Herbert authored
it doesn't look very good.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
less vertical space, more inline things. See #3046
-
Ryan Herbert authored
Place sets field at the end of the form. since it can expand a lot, we don't want other fields to move around as a consequence. See #3046
-
Ryan Herbert authored
a single space will suffice and a double space is more difficult to correctly identify.
-
Ryan Herbert authored
only if they are defined.
-
Ryan Herbert authored
-
Ryan Herbert authored
makes use of JQuery methods rather than javascript attributes. This allows us to override all display attributes and css.
-
Ryan Herbert authored
-
Ryan Herbert authored
add height to token_input and form_control classes. Allows for our forms to look more uniform.
-