Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
1047 remove missed appointments (#1050)
Browse files Browse the repository at this point in the history
* Remove route to appointments.missed and route test

* Remove app/appointments/missed folder with content

* Remove navigation component configuration for appointments.missed

* Remove navigation.subnav.missedAppointments translations key
  • Loading branch information
stoyan-ekupov authored and jkleinsc committed Apr 10, 2017
1 parent a90c2d0 commit da388f7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 43 deletions.
4 changes: 0 additions & 4 deletions app/appointments/missed/controller.js

This file was deleted.

17 changes: 0 additions & 17 deletions app/appointments/missed/route.js

This file was deleted.

1 change: 0 additions & 1 deletion app/appointments/missed/template.hbs

This file was deleted.

1 change: 0 additions & 1 deletion app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,6 @@ export default {
items: 'Items',
loadDB: 'Load DB',
lookupLists: 'Lookup Lists',
missedAppointments: 'Missed Appointments',
newIncident: 'New Incident',
newInvoice: 'New Invoice',
newPatient: 'New Patient',
Expand Down
1 change: 0 additions & 1 deletion app/locales/pt-br/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default {
users: 'Usuários',
newUser: 'Novo Usuário',
admittedPatients: 'Pacientes Admitidos',
missedAppointments: 'Compromissos Esquecidos',
missed: 'Perdidos',
userRoles: 'Perfis de Usuário',
workflow: 'Workflow',
Expand Down
1 change: 0 additions & 1 deletion app/locales/ur/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default {
users: 'صارفین',
newUser: 'نیا صارف',
admittedPatients: 'جمع شدہ مریض',
missedAppointments: 'ضائع شدہ',
userRoles: 'صارف کے کردار',
workflow: 'ورک فلو',
outpatient: 'آؤٹ پیشنٹ',
Expand Down
6 changes: 0 additions & 6 deletions app/mixins/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ export default Ember.Mixin.create({
route: 'appointments.today',
capability: 'appointments'
},
{
title: 'Missed Appointments',
iconClass: 'octicon-chevron-right',
route: 'appointments.missed',
capability: 'appointments'
},
{
title: 'Appointment Search',
iconClass: 'octicon-search',
Expand Down
1 change: 0 additions & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Router.map(function() {
this.route('edit', { path: '/edit/:appointment_id' });
this.route('search');
this.route('today');
this.route('missed');
this.route('calendar');
this.route('theater');
});
Expand Down
11 changes: 0 additions & 11 deletions tests/unit/appointments/missed/route-test.js

This file was deleted.

0 comments on commit da388f7

Please # to comment.