Age | Commit message (Collapse) | Author |
|
column widths
|
|
Collection page
Also set a default table width of 2000px
|
|
|
|
|
|
Now that the function is in a separate JS file it needs the parameter to
be directly provided
|
|
|
|
|
|
column definitions passed to create_datatable.js
|
|
|
|
information
|
|
It's originally a boolean, which causes an error when passed to the JS
code as JSON
|
|
|
|
|
|
|
|
|
|
This file will contain the generic function for initializing datatables,
that will take the table ID, table data, column definitions, and custom
settings as input (custom settings being additional DataTables settings
or settings differing from the defaults)
|
|
to DataTables
|
|
* wqflask/wqflask/templates/base: Remove links to non-functioning
mailing list. Remove link to "#genenetwork" channel that isn't currently
owned/moderated.
Co-authored-by: Ethan Willis <elwillis1@gmail.com>
|
|
|
|
|
|
lines at bottom of table
|
|
|
|
|
|
ATM, it's hard to by-pass the authentication
decorators, and as such, skip this test for. This
may be deleted later.
|
|
Fixes broken test. See: #89a7868.
|
|
|
|
dataset_select_menu_orig.js
|
|
Also removes a bunch of unnecessary console logging
|
|
consistency
|
|
|
|
|
|
Apparently if a button has an ID called 'submit', trying to submit a
form via JS won't work
|
|
set PublishXRef.PublicationId equal to that Id if it exists
|
|
This is basically just a quick pseudo-fix to at least get the polarity
right
|
|
|
|
Render the command_id if present in the error report to help with
troubleshooting failures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* wqflask/wqflask/metadata_edits.py (approve_case_attribute_data): New
end-point.
|