refs #5213 showItemDescriptor

This commit is contained in:
Carlos Satorres 2023-03-30 08:15:25 +02:00
parent 23e150f244
commit 829d216155
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ class Controller extends Section {
to: maxDate
};
}
showItemDescriptor() {
return this.item.description;
}
get reportParams() {
const userParams = this.$.model.userParams;