Unset propRelation if group/accessname isn't used anymore.
This commit is contained in:
parent
092cb230c0
commit
2e9be2b71e
1 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,8 @@ public final class DbMapping implements Updatable {
|
|||
// the subnode relation is also the property relation.
|
||||
if ((subRelation.accessName != null) || (subRelation.groupby != null)) {
|
||||
propRelation = subRelation;
|
||||
} else {
|
||||
propRelation = null;
|
||||
}
|
||||
} catch (Exception x) {
|
||||
app.logEvent("Error reading _subnodes relation for " + typename + ": " +
|
||||
|
|
Loading…
Add table
Reference in a new issue