dapmsipd / pips

Public Investment Program System
1 stars 0 forks source link

Action after "Validate" does not redirect automatically #120

Closed mtayco closed 11 months ago

mtayco commented 11 months ago

Sorry.. not sure how to term it correctly, but i noticed today that after clicking "OK" when making an action on "Validate", the dialogue box does not go away/ the dashboard does not automatically redirect to show the action made; rather, a hard refresh must be made in order to see the "saved" action:

https://github.com/mlab817/pips/assets/143272008/433d7b51-fb02-4075-ae64-e95a45919a15

mlab817 commented 11 months ago

Thanks for reporting this. Will fix asap.

Code in question: lib/presentation/widgets/reviewer_view.dart

mlab817 commented 11 months ago

Upon checking, the problem seems to be that there are two running instance of horizon for notification queues which is throwing the error. Anyway, it's a bit technical but has nothing to do with the code.