@@ -4207,6 +4207,7 @@ public void DisplayOrEditAasEntitySubmodelElement(
4207
4207
repo ,
4208
4208
packages , PackageCentral . PackageCentral . Selector . MainAuxFileRepo ,
4209
4209
addExistingEntities : "All" , // no restriction
4210
+ addFromKnown : true ,
4210
4211
addPresetNames : bufferKeys . Item1 ,
4211
4212
addPresetKeyLists : bufferKeys . Item2 ,
4212
4213
jumpLambda : lambda , noEditJumpLambda : lambda ,
@@ -4244,7 +4245,7 @@ public void DisplayOrEditAasEntitySubmodelElement(
4244
4245
"In terms of a semantic triple, it would be the subject. " +
4245
4246
"The semantics of your reference (the predicate) shall be described " +
4246
4247
"by the concept referred by semanticId." ,
4247
- severityLevel : HintCheck . Severity . Notice )
4248
+ severityLevel : HintCheck . Severity . High )
4248
4249
} ) ;
4249
4250
if ( this . SafeguardAccess (
4250
4251
stack , repo , rele . First , "First relation:" , "Create w/ default!" ,
@@ -4257,10 +4258,11 @@ public void DisplayOrEditAasEntitySubmodelElement(
4257
4258
{
4258
4259
this . AddKeyReference (
4259
4260
stack , "first" ,
4260
- rele . First , ( ) => rele . First = null ,
4261
+ rele . First , ( ) => rele . First = Options . Curr . GetDefaultEmptyReference ( ) ,
4261
4262
repo ,
4262
4263
packages , PackageCentral . PackageCentral . Selector . MainAuxFileRepo ,
4263
4264
addExistingEntities : "All" , // no restriction
4265
+ addFromKnown : true ,
4264
4266
addPresetNames : bufferKeys . Item1 ,
4265
4267
addPresetKeyLists : bufferKeys . Item2 ,
4266
4268
jumpLambda : lambda , noEditJumpLambda : lambda ,
@@ -4283,7 +4285,7 @@ public void DisplayOrEditAasEntitySubmodelElement(
4283
4285
"In terms of a semantic triple, it would be the object. " +
4284
4286
"The semantics of your reference (the predicate) shall be described " +
4285
4287
"by the concept referred by semanticId." ,
4286
- severityLevel : HintCheck . Severity . Notice )
4288
+ severityLevel : HintCheck . Severity . High )
4287
4289
} ) ;
4288
4290
if ( this . SafeguardAccess (
4289
4291
stack , repo , rele . Second , "Second relation:" , "Create w/ default!" ,
@@ -4296,10 +4298,11 @@ public void DisplayOrEditAasEntitySubmodelElement(
4296
4298
{
4297
4299
this . AddKeyReference (
4298
4300
stack , "second" ,
4299
- rele . Second , ( ) => rele . Second = null ,
4301
+ rele . Second , ( ) => rele . Second = Options . Curr . GetDefaultEmptyReference ( ) ,
4300
4302
repo ,
4301
4303
packages , PackageCentral . PackageCentral . Selector . MainAuxFileRepo ,
4302
4304
addExistingEntities : "All" , // no restriction
4305
+ addFromKnown : true ,
4303
4306
addPresetNames : bufferKeys . Item1 ,
4304
4307
addPresetKeyLists : bufferKeys . Item2 ,
4305
4308
jumpLambda : lambda , noEditJumpLambda : lambda ,
0 commit comments