Skip to content
Snippets Groups Projects
Commit 330e08c1 authored by François Agneray's avatar François Agneray
Browse files

Fixed bug: Output display when selected dataset

parent 66bf0d35
No related branches found
No related tags found
1 merge request!72Develop
......@@ -156,6 +156,7 @@ export class SearchEffects {
// Build default output list with the attribute list metamodel configuration
defaultOutputList = attributeList
.filter(attribute => attribute.selected && attribute.id_output_category)
.sort((a, b) => a.output_display - b.output_display)
.map(attribute => attribute.id);
}
......
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