Skip to content

Commit

Permalink
Merge pull request #1904 from ProgrammeVitam/bugs-#12685-hide-_sps-fi…
Browse files Browse the repository at this point in the history
…eld-with-one-value

Bugs #12685: hide _sps field with one value
  • Loading branch information
IsmailHam87 authored Jun 19, 2024
2 parents 3e7d902 + c0f5122 commit db77cba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class ArchiveUnitEditorService {
this.archiveUnitEditObject.collapseAll(editObject);
this.archiveUnitEditObject.expand('', editObject);
this.archiveUnitEditObject.expand('Generalities', editObject);
this.archiveUnitEditObject.hideSpsFieldWithOneValue(editObject);

return editObject;
}
Expand Down

0 comments on commit db77cba

Please sign in to comment.