refs #5213 showItemDescriptor
This commit is contained in:
parent
23e150f244
commit
829d216155
|
@ -23,6 +23,9 @@ class Controller extends Section {
|
|||
to: maxDate
|
||||
};
|
||||
}
|
||||
showItemDescriptor() {
|
||||
return this.item.description;
|
||||
}
|
||||
|
||||
get reportParams() {
|
||||
const userParams = this.$.model.userParams;
|
||||
|
|
Loading…
Reference in New Issue