Auto select Content-Group when configuring Nested Content if only one is present (#6982)
This commit is contained in:
committed by
Kenn Jacobsen
parent
d988d07c5d
commit
92db75c89c
@@ -134,6 +134,9 @@
|
||||
event: $event,
|
||||
submit: function (model) {
|
||||
config.ncAlias = model.selectedItem.alias;
|
||||
if (model.selectedItem.tabs.length === 1) {
|
||||
config.ncTabAlias = model.selectedItem.tabs[0];
|
||||
}
|
||||
overlayService.close();
|
||||
},
|
||||
close: function () {
|
||||
|
||||
Reference in New Issue
Block a user