filter townRegistration on objectRegistration
This commit is contained in:
parent
8e6cf4fb86
commit
c3d36fbd5e
@ -588,7 +588,10 @@ const gibddReactions: IReactionEffect[] = [
|
||||
|
||||
calculationStore => ({
|
||||
expression: () => {
|
||||
return calculationStore.getValue('regionRegistration');
|
||||
return calculationStore.getValues([
|
||||
'regionRegistration',
|
||||
'objectRegistration',
|
||||
]);
|
||||
},
|
||||
effect: () => {
|
||||
const objectRegistration = calculationStore.getValue(
|
||||
|
||||
Reference in New Issue
Block a user