fix issue where hints wouldn't show for non-repeatable fields, and remove commented out bits of code

This commit is contained in:
Art Lowel
2020-06-29 15:34:18 +02:00
parent a49607ed61
commit 775becd656
4 changed files with 2 additions and 5 deletions

View File

@@ -21,7 +21,6 @@ import { WorkspaceItem } from './models/workspaceitem.model';
@dataService(WorkspaceItem.type)
export class WorkspaceitemDataService extends DataService<WorkspaceItem> {
protected linkPath = 'workspaceitems';
// protected responseMsToLive = 10 * 1000;
constructor(
protected comparator: DSOChangeAnalyzer<WorkspaceItem>,