View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009340 | Taler | exchange | public | 2024-11-14 22:19 | 2024-11-27 12:43 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009340: exchange needs to also return non-AMLO decisions ("outcomes") in GET /decisions | ||||
Description | Otherwise, we might have the situation where we can't know the rules that currently apply to an account via the API. When AMPs make a decision or a successor measure is triggered, there a new outcome is created that is not reflected in any (AMLO) decision. | ||||
Tags | No tags attached. | ||||
related to | 0009027 | confirmed | expose measures that have been triggered to AML staff [1d] |
|
Looking at "pg_select_aml_decisions", the SQL clearly already returns *all* legitimization_outcomes. It does only a *LEFT* JOIN with the aml_history which contains the AML officer justification (and decider_sig), so even outcomes that are not AML decisions are already currently returned by the GET decisions API. So I don't see any change that is required for this bug! |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-11-14 22:19 | Florian Dold | New Issue | |
2024-11-14 22:19 | Florian Dold | Status | new => assigned |
2024-11-14 22:19 | Florian Dold | Assigned To | => Florian Dold |
2024-11-27 09:28 | Christian Grothoff | Relationship added | related to 0009027 |
2024-11-27 09:32 | Christian Grothoff | Assigned To | Florian Dold => Christian Grothoff |
2024-11-27 09:39 | Christian Grothoff | Note Added: 0023765 | |
2024-11-27 09:39 | Christian Grothoff | Assigned To | Christian Grothoff => Florian Dold |
2024-11-27 09:39 | Christian Grothoff | Status | assigned => feedback |
2024-11-27 12:42 | Christian Grothoff | Assigned To | Florian Dold => Christian Grothoff |
2024-11-27 12:43 | Christian Grothoff | Status | feedback => resolved |
2024-11-27 12:43 | Christian Grothoff | Resolution | open => no change required |
2024-11-27 12:43 | Christian Grothoff | Fixed in Version | => 0.14 |