Set IsSpatial field instead of only flipping to true (#1273)
This commit is contained in:
parent
9bca84dca4
commit
0e4231906a
@ -241,7 +241,7 @@ namespace DataLayer
|
||||
{
|
||||
// don't overwrite with default values
|
||||
IsAbridged |= isAbridged;
|
||||
IsSpatial |= isSpatial ?? false;
|
||||
IsSpatial = isSpatial ?? IsSpatial;
|
||||
DatePublished = datePublished ?? DatePublished;
|
||||
Language = language?.FirstCharToUpper() ?? Language;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user