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

Node filter input field missing in "Execute Job" popup #9053

Open
rlueckl opened this issue Apr 10, 2024 · 2 comments
Open

Node filter input field missing in "Execute Job" popup #9053

rlueckl opened this issue Apr 10, 2024 · 2 comments

Comments

@rlueckl
Copy link

rlueckl commented Apr 10, 2024

Describe the bug
Since 5.1.2 the input field for "Change the Target Nodes" is missing in the small popup when clicking on the green "play" button in the job list which opens up the "Execute Job" popup. Opening the job's page first the field is there and can be used.

My Rundeck detail

  • Rundeck version: 5.1.2
  • install type: deb
  • OS Name/version: Debian 11 Bullseye
  • DB Type/version: postgres

To Reproduce
Steps to reproduce the behavior:

  1. Create a job with an editable filter (or use the provided example below)
  2. Click on Jobs
  3. Click on the little green "play" button in front of the job name
  4. Popup "Execute Job" opens up
  5. Click on "Change the Target Nodes"
  6. The node filter is missing!

Expected behavior
The node filter should be visible just as it is on the job's page.

Screenshots
Broken:
testjob_missing_filter
Working:
testjob_with_filter

Desktop (please complete the following information):

  • OS: Linux Mint 21.3 Virginia
  • Browser firefox
  • Version 124.0.2

Additional context
Testjob to import:

- defaultTab: nodes
  description: ''
  executionEnabled: true
  id: 20ad65fc-e38f-4097-9219-5618b6e1a6d2
  loglevel: WARN
  name: testjob
  nodeFilterEditable: true
  nodefilters:
    dispatch:
      excludePrecedence: true
      keepgoing: false
      rankOrder: ascending
      successOnEmptyNodeFilter: false
      threadcount: '1'
    filter: ''
  nodesSelectedByDefault: true
  plugins:
    ExecutionLifecycle: {}
  scheduleEnabled: true
  sequence:
    commands:
    - exec: echo "hello"
    keepgoing: false
    strategy: node-first
  uuid: 20ad65fc-e38f-4097-9219-5618b6e1a6d2
@MegaDrive68k
Copy link

Confirmed. It works on 4.17.5. Thanks for your feedback @rlueckl!

@rlueckl
Copy link
Author

rlueckl commented Apr 17, 2024

FYI: I just updated to 5.2.0 and the problem still exists.

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

No branches or pull requests

2 participants