scinote-web/app/views/protocols
2017-09-21 16:05:33 +02:00
..
header Remove double sanitization from views [SCI-102] 2017-01-12 16:54:15 +01:00
import_export Added all the fields into description of protocol steps and protocol itself, need to make protocols description format nicer 2017-09-21 16:05:33 +02:00
index adds asc order to checklists [fixes SCI-1228] 2017-05-04 15:17:34 +02:00
_breadcrumbs.html.erb change breadcrumbs on protocol managements page 2017-05-22 17:58:42 +02:00
_header.html.erb Migration GitLab -> GitHub 2016-07-21 13:11:15 +02:00
_steps.html.erb prevent to duplicate new step [fixes SCI-1280] 2017-05-16 11:52:07 +02:00
edit.html.erb adds overlay partial 2017-06-05 11:31:05 +02:00
index.html.erb protocol importing into database works, still need to decide how to add other fields from protocols.io to step description and protocol description, but that can be added easily, and need to make it refresh after submit 2017-09-20 15:31:10 +02:00
protocolsio_import_create.js.erb i think i finally solved it, i found the issue being a certain file upload gem forcing textbox to .js files (remotipart), i tracked down their github issues and found a user that made a fix to this bug, copied his code ant it works, turns out it was a & symbol type escaped string breaking the javascript 2017-09-19 16:07:54 +02:00
protocolsio_import_save.js.erb added format .js response which hides the preview modal and refreshes the page with protocolsDatatable.ajax.reload(); 2017-09-21 08:40:05 +02:00