vanguardbackup / vanguard

Open-source backup solution for server and application backup, built by the community for the community.
https://vanguardbackup.com
GNU Affero General Public License v3.0
21 stars 2 forks source link

[Bug]: Tasks on same server not visually updating when task is ran #5

Closed lewislarsen closed 4 months ago

lewislarsen commented 4 months ago

Contact Details

No response

What happened?

When a task on the same server is ran, it should temporarily disable all associated tasks until it is done, this is to avoid conflicting commands and breaking the scripts. (Intended behaviour is for the index component to be refreshed and the task button will be greyed out on tasks that have the same server id)

Currently the livewire component isn't being refreshed when the run task button is clicked, and we'll have to investigate why.

Version

v1.2.2

What browsers are you seeing the problem on?

Firefox

Relevant log output

No response

lewislarsen commented 4 months ago

The issue has been fixed.