Allow users to initiate a refresh for individual cards from the card detail page.
Implementation details -- it should trigger an ajax request to a view that blocks and runs the ticket_system.actually_update() command blocking. Then return useuful info about whether the ticket refreshed or not.
If it does actually refresh, then trigger a page refresh of the page.
Allow users to initiate a refresh for individual cards from the card detail page.
Implementation details -- it should trigger an ajax request to a view that blocks and runs the ticket_system.actually_update() command blocking. Then return useuful info about whether the ticket refreshed or not.
If it does actually refresh, then trigger a page refresh of the page.