Skip to content

Commit

Permalink
removes copy to category service/controllers from the core application
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Oct 4, 2018
1 parent a86f56d commit 8291752
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions opal/core/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class OpalApplication(object):
"js/opal/services/patient_loader.js",
"js/opal/services/episode_resource.js",
"js/opal/services/record_editor.js",
"js/opal/services/copy_to_category.js",
"js/opal/services/patientlist_loader.js",
'js/opal/services/fields_translater.js',
'js/opal/services/referencedata.js',
Expand All @@ -86,7 +85,6 @@ class OpalApplication(object):
"js/opal/controllers/account.js",
"js/opal/controllers/discharge.js",
"js/opal/controllers/undischarge.js",
"js/opal/controllers/copy_to_category.js",
"js/opal/controllers/keyboard_shortcuts.js",
"js/opal/controllers/patient_access_log.js",
"js/opal/controllers/lookup_list_reference.js"
Expand Down
1 change: 0 additions & 1 deletion opal/tests/test_core_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_get_core_javascripts(self):
"js/opal/controllers/account.js",
"js/opal/controllers/discharge.js",
"js/opal/controllers/undischarge.js",
"js/opal/controllers/copy_to_category.js",
"js/opal/controllers/keyboard_shortcuts.js",
"js/opal/controllers/patient_access_log.js",
"js/opal/controllers/lookup_list_reference.js"
Expand Down

0 comments on commit 8291752

Please sign in to comment.