scinote-web/app/controllers/api/v1
miha 56ebc3dc07 [SCI-5635] add a migration to fix broken steps, fix the api so it sets last_modified_by_id, minor step model refactor
migration fix

remove the conditoin for set_last_modified_by callback

set the last_modified_by_id in before_save callback (in case it is not set yet)

remove trailing spaces

Set last modified in protocl import service
2021-04-12 09:59:00 +02:00
..
assets_controller.rb Update Rails to 6.1.1, ruby to 2.7.2 [SCI-5459] 2021-01-28 14:43:45 +01:00
base_controller.rb Fix permission check for archived tasks [SCI-5235] 2020-11-20 14:39:17 +01:00
checklist_items_controller.rb Add activities for step completion and checklist toggling through API [SCI-5139] 2020-10-25 22:33:50 +01:00
checklists_controller.rb
connections_controller.rb
experiments_controller.rb
inventories_controller.rb
inventory_cells_controller.rb
inventory_checklist_items_controller.rb
inventory_columns_controller.rb
inventory_items_controller.rb [SCI-5631] Add ordering to index endpoint so pagination works, limit maximum page size for kaminari 2021-04-06 09:59:24 +02:00
inventory_list_items_controller.rb
inventory_status_items_controller.rb
project_comments_controller.rb
project_folders_controller.rb Add equals team validations for project and folder 2020-12-02 14:53:46 +01:00
projects_controller.rb Add equals team validations for project and folder 2020-12-02 14:53:46 +01:00
protocols_controller.rb
reports_controller.rb
results_controller.rb Update Rails to 6.1.1, ruby to 2.7.2 [SCI-5459] 2021-01-28 14:43:45 +01:00
steps_controller.rb [SCI-5635] add a migration to fix broken steps, fix the api so it sets last_modified_by_id, minor step model refactor 2021-04-12 09:59:00 +02:00
tables_controller.rb
task_groups_controller.rb
task_inventory_items_controller.rb
task_tags_controller.rb
task_users_controller.rb
tasks_controller.rb
teams_controller.rb
user_identities_controller.rb
user_projects_controller.rb
users_controller.rb
workflow_statuses_controller.rb Fix permission check for archived tasks [SCI-5235] 2020-11-20 14:39:17 +01:00
workflows_controller.rb