-
Notifications
You must be signed in to change notification settings - Fork 980
Description
Issue Type
- Bug Report
Summary
When on the 'Pipelines' screen, users are not able to move pipelines to other pipeline groups when using the search filter box. It's a minor annoyance in production for our administrators where we have many pipelines and pipeline groups.
Environment
We run GoCD in RockyLinux 9 Docker containers on k8s.
Basic environment details
- Go Version:
23.5.0-18179 - JAVA Version:
17.0.9 - OS:
Linux 5.15.120+(Rocky Linux 9.3) - Browser vendor and version: bug appears on latest versions of Firefox, Safari and Chrome.
I've tested this locally in versions from 22.3.0 to latest - 23.5.0 and I have a feeling that this has probably been an issue for a long time. I could not find an existing issue, but apologies if this is a duplicate.
Steps to Reproduce
- Select
Adminfrom the top menu, thenPipelines - Use the
search for a pipeline nameinput box to search for a pipeline that exists in any group - Try and Move Pipeline to another group (move button becomes greyed out)
Expected Results
User should be able to select a new pipeline group to move the pipeline to.
Actual Results
Move button becomes greyed out, and the move functionality disabled. I believe this is because the move button is reading from the search filter, which is not much use. The move button should not be limited by the search filter.
Possible Fix
Workaround: use the browsers' built-in find (control/command+f) instead of the GoCD GUI search box.