Ansteorra / KMP

Kingdom Management Platform
Other
2 stars 0 forks source link

Duplicate authorization requests allowed to same and multiple people #161

Open AnsteorraMarshalWebAdmin opened 3 days ago

AnsteorraMarshalWebAdmin commented 3 days ago

This may be a bug and it may be a feature request. The system allows me to make the same authorization request over and over again. Can be done to the same person or multiple people. If the same person - it does show up in their Auth Queue to approve both requests. Approving one of them does NOT remove both of them - this was confirmed in testing. Unsure what happens when the same request is sent to multiple people - but expect that all or some or none could approve it. Easy way to check how much attention your authorizers are paying - send a request to all of them and see who denies it and who approves it evil grin. However - this loophole should probably not be in the system.

sueflay commented 3 days ago

Screenshot of multiple/duplicate requests in auth request queue

image

jhandel commented 3 days ago

This is kind of by design. If someone does not respond we want to let the member submit again (and again, and again) until they get an answer...

Logically how it works is each request is its own request.. but once approved, each following approval will just expire the previous approval... You could "hunt" for an approval for sure... but this has been how the system has historically worked.

Will review with stakeholders to see if we need to change this behavior.