diff --git a/client/src/app/isari-data.service.ts b/client/src/app/isari-data.service.ts index 72de02d2..168e7e9c 100644 --- a/client/src/app/isari-data.service.ts +++ b/client/src/app/isari-data.service.ts @@ -111,7 +111,7 @@ export class IsariDataService { } return Observable.combineLatest([ - this.http.get(`${this.editLogUrl}/${feature}` + (query.id ? `/${query.id}` : ''), this.getHttpOptions(omit(query, 'id'))) + this.http.get(`${this.editLogUrl}/${feature}`, this.getHttpOptions(query)) .map((response) => response.json()), Observable.fromPromise(this.getSchema(feature)), this.getEnum('isariRoles') diff --git a/client/src/app/isari-editor/isari-editor.component.html b/client/src/app/isari-editor/isari-editor.component.html index f70336a7..59df1262 100644 --- a/client/src/app/isari-editor/isari-editor.component.html +++ b/client/src/app/isari-editor/isari-editor.component.html @@ -43,7 +43,7 @@ - {{ 'history' | translate }} + {{ 'history' | translate }}