Skip to content
Snippets Groups Projects
Commit 9a1c49a6 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Rnderer => DONE

parent 4da9bf4f
No related branches found
No related tags found
2 merge requests!68Develop,!21Resolve "Gestion render datatable"
import { Component, Input, ChangeDetectionStrategy, Output, EventEmitter, TemplateRef } from '@angular/core';
import { Component, Input, ChangeDetectionStrategy, Output, EventEmitter } from '@angular/core';
import { BsModalRef } from 'ngx-bootstrap/modal';
import { SearchMeta } from '../store/model';
......@@ -44,7 +44,7 @@ export class DatatableComponent {
getAttributeUriAction(attributeName: string, datum: string): string {
const attribute = this.datasetAttributeList.find(a => a.name === attributeName);
return attribute.uri_action + datum;
return attribute.uri_action;
}
openModal(type: string, attributeName: string, value: string) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment