securis/src/main/webapp/src/app/resources/organizations.ts
.. .. @@ -12,6 +12,7 @@ 12 12 13 13 @Injectable() 14 14 export class OrganizationsService extends SeCurisResourceServices { 15 +15 16 constructor(http: Http, $L: LocaleService) { 16 17 super($L, http, 'organization'); 17 18 }