We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The same "manage" option that a user has on their own task groups should be also exposed for admins in this page
As of 2.9.0a4 (to be released asap), fractal-server will include
POST /admin/v2/task-group/{task_group_id}/deactivate/ POST /admin/v2/task-group/{task_group_id}/reactivate/
while it does already include
GET /admin/v2/task-group/activity/
meaning that http://localhost:5173/v2/admin/task-groups/activities can be used the same way as http://localhost:5173/v2/tasks/activities.
The text was updated successfully, but these errors were encountered:
The corresponding fractal-server PR is
Sorry, something went wrong.
Fractal-server 2.9.0a4 is now available.
2.9.0a4
Successfully merging a pull request may close this issue.
The same "manage" option that a user has on their own task groups should be also exposed for admins in this page
As of 2.9.0a4 (to be released asap), fractal-server will include
while it does already include
meaning that http://localhost:5173/v2/admin/task-groups/activities can be used the same way as http://localhost:5173/v2/tasks/activities.
The text was updated successfully, but these errors were encountered: