postalserver / postalserver/postal
Webhook History View broken
Open
bug
- Dominant language
- Ruby
- Stars
- 16.8k
- Forks
- 1.3k
- Avg merge
- 13d 7h
- Merged PRs (30d)
- 2
Description
I don't think this has already been discussed but if your webhook has multiple attempts, it is impossible to view any attempt after the first one.
As per https://github.com/atech/postal/blob/ed7889a40e1d777f1d80821043562ab18b04766e/app/controllers/webhooks_controller.rb#L42
The page is loaded with a single UUID but each attempt has the same UUID so this only returns the first attempt.
I'd say the best solution is to change the history view page so that it includes all attempts with some kind of expandable interface to maximise its usefulness.
Contributor guide
Assessment
This issue has not been assessed yet.