Skip to content
Snippets Groups Projects
Commit 41ed1bc9 authored by naji's avatar naji
Browse files

fix: rafraichissement de métadonnée après l'enlever de la selection

parent 8575ff17
No related branches found
No related tags found
6 merge requests!58compare branch,!54Comparaison de merge vers vitam-ui,!53Comparaison de merge vers vitam-ui,!52Voir difference entre les deux verion,!48Issue/problemes metadonnee,!41MAJ: compare to vitam-ui
...@@ -118,7 +118,7 @@ export class UserActionAddMetadataComponent implements OnInit { ...@@ -118,7 +118,7 @@ export class UserActionAddMetadataComponent implements OnInit {
} }
if (element.Cardinality !== (SedaCardinalityConstants.zeroOrMore || SedaCardinalityConstants.oreOrMore)) { if (element.Cardinality !== (SedaCardinalityConstants.zeroOrMore || SedaCardinalityConstants.oreOrMore)) {
this.allowedChildren.push(element); this.allowedChildren.push(element);
this.filterName = ''; this.allowedChildren = this.allowedChildren.slice(0, this.allowedChildren.length);
} }
let orderedNames = Object.values(this.allowedChildren); let orderedNames = Object.values(this.allowedChildren);
this.allowedChildren.sort((a, b) => { this.allowedChildren.sort((a, b) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment