filter townRegistration on objectRegistration

This commit is contained in:
Chika 2021-06-24 14:46:26 +03:00
parent 8e6cf4fb86
commit c3d36fbd5e

View File

@ -588,7 +588,10 @@ const gibddReactions: IReactionEffect[] = [
calculationStore => ({
expression: () => {
return calculationStore.getValue('regionRegistration');
return calculationStore.getValues([
'regionRegistration',
'objectRegistration',
]);
},
effect: () => {
const objectRegistration = calculationStore.getValue(