Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Triggering Multiple Consecutive Actions #1664

Open
@AlanLiu96

Description

@AlanLiu96

Throughout Reservations, if you press a button twice, or many times before the page loads, it sends the action consecutively. This can lead to multiple reservations being created (when the button is the confirm reservation button). Or, if the button is the confirm equipment checkout, it leads to multiple check-outs on the Notes (see SS). Another instance is creating an equipment item.

So far, there doesn't seem to be any large undoable damage that this bug can cause, but it would be best if we could resolve by making sure multiple consecutive actions aren't executed, and only the most recent one is.

I'm not sure how to implement this, or if this is just a byproduct of the fact that each action just triggers a route and there is nothing we can do.

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions