68729: ItemVersionsComponent + changes to Version(History) model and services

This commit is contained in:
Kristof De Langhe
2020-02-19 11:48:17 +01:00
parent d4ff4aab36
commit 173f14c41f
11 changed files with 243 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ import { DefaultChangeAnalyzer } from './default-change-analyzer.service';
import { FindListOptions } from './request.models';
import { Observable } from 'rxjs/internal/Observable';
/**
* Service responsible for handling requests related to the Version object
*/
@Injectable()
export class VersionDataService extends DataService<Version> {
protected linkPath = 'versions';