Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplink page "unpause/pause uplink queue" buttons do not work #20

Closed
saba-ja opened this issue Aug 15, 2021 · 1 comment
Closed

Uplink page "unpause/pause uplink queue" buttons do not work #20

saba-ja opened this issue Aug 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@saba-ja
Copy link
Contributor

saba-ja commented Aug 15, 2021

F´ Version F' GDS 2.0
Affected Component Uplink

Problem Description

In uplink page the unpause button does not change to pause button when uplink starts.
I manually removed v-if from the JS to enable pause button in the GUI and observed that pressing pause button cancels all running uplinks.

How to Reproduce

  1. Uplink one or several large file
  2. Press the unpause button
  3. Observe the unpause button does not change to pause button automatically.

Expected Behavior

Unpause uplink queue button should change to Pause uplink queue when uplink is running.
The Pause uplink should pause the uplink instead of cancelling all the uplink queues.

@saba-ja saba-ja added the bug Something isn't working label Aug 15, 2021
LeStarch added a commit to LeStarch/fprime-gds that referenced this issue Dec 1, 2021
@LeStarch
Copy link
Collaborator

LeStarch commented Dec 1, 2021

I fixed the "pause" button not switching. However, the cancel-active file is working as intended. This is because the user most likely will pause during a transfer error.....and that means the current upload is likely invalid. Thus we cancel the active file and proceed onto the next file when unpaused as the user will likely need to intervene on the botched file anyway.

LeStarch added a commit that referenced this issue Dec 1, 2021
@LeStarch LeStarch closed this as completed Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants