Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
bd67ced4
Commit
bd67ced4
authored
Aug 24, 2020
by
uncol
Browse files
sa.administrativedomain biosseg_floating_parent_segment fixed
parent
75646724
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/web/core/ModelApplication.js
View file @
bd67ced4
...
...
@@ -1042,6 +1042,10 @@ Ext.define("NOC.core.ModelApplication", {
// WARNING: Will skip other inline editors
continue
;
}
if
(
!
Ext
.
isFunction
(
field
.
getModelData
)){
// Skip fields without data, e.g. FieldSet
continue
;
}
data
=
field
.
getModelData
();
if
(
Ext
.
isObject
(
data
))
{
name
=
field
.
getName
();
...
...
ui/web/sa/administrativedomain/Application.js
View file @
bd67ced4
...
...
@@ -14,7 +14,6 @@ Ext.define("NOC.sa.administrativedomain.Application", {
"
NOC.sa.administrativedomain.Model
"
,
"
NOC.main.pool.LookupField
"
,
"
NOC.main.template.LookupField
"
,
"
NOC.inv.networksegment.TreeCombo
"
,
"
NOC.main.remotesystem.LookupField
"
],
model
:
"
NOC.sa.administrativedomain.Model
"
,
...
...
@@ -94,8 +93,9 @@ Ext.define("NOC.sa.administrativedomain.Application", {
allowBlank
:
true
},
{
xtype
:
"
noc.core.combotree
"
,
restUrl
:
"
/inv/networksegment/
"
,
name
:
"
bioseg_floating_parent_segment
"
,
xtype
:
"
inv.networksegment.TreeCombo
"
,
fieldLabel
:
__
(
"
Floating Parent Segment
"
),
allowBlank
:
true
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment