Skip to content

Commit

Permalink
Merge branch 'main' into ASSETS-44583
Browse files Browse the repository at this point in the history
  • Loading branch information
indra2gurjar authored Nov 18, 2024
2 parents 719170e + 77dd95c commit 1cee5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@
function updateExpandedSelect(childrenEditor, expandedSelect, expandedItemValues, singleExpansion) {
var selectedValues = (expandedSelect.values.length) ? expandedSelect.values : expandedItemValues;
expandedSelect.items.getAll().forEach(function(item) {
if (item.value !== "") {
expandedSelect.items.remove(item);
}
expandedSelect.items.remove(item);
});

var cmpChildrenEditor = $(childrenEditor).adaptTo("cmp-childreneditor");
Expand Down
4 changes: 2 additions & 2 deletions examples/ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<version>1.8.6</version>
<version>1.16.6</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.extensions</artifactId>
<version>1.8.6</version>
<version>1.9.6</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1cee5de

Please sign in to comment.