Skip to content
Snippets Groups Projects
Commit 99fa8070 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #11750 TIME 0:10 fix doctype filter

parent 6a2f349a
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ export class FiltersToolComponent implements OnInit {
});
data.doctypes.forEach((element: any) => {
if (this.listProperties.doctypes.map((doctype: any) => (doctype.id)).indexOf(element.id) === -1 && this.listProperties.doctypes == 0) {
if (this.listProperties.doctypes.map((doctype: any) => (doctype.id)).indexOf(element.id) === -1) {
this.stateGroups[5].names.push(
{
id: 'doctypes',
......
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