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

UI: only the previous vm/template setting is present in the dropdown when add a new setting #8074

Open
weizhouapache opened this issue Oct 11, 2023 · 4 comments · May be fixed by #9683
Open

Comments

@weizhouapache
Copy link
Member

When add a setting to a template or vm, if try to add another setting, only the previous setting is present in the dropdown

This is a very common UI bug, for example when add settings to template

image

for add setting to vm

image

ISSUE TYPE
  • Bug Report
COMPONENT NAME

CLOUDSTACK VERSION
4.19
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE

EXPECTED RESULTS

ACTUAL RESULTS

@weizhouapache weizhouapache added this to the 4.19.0.0 milestone Oct 11, 2023
@shwstppr
Copy link
Contributor

@weizhouapache dropdown is just for suggestion, user can still add a new custom setting
https://github.com/apache/cloudstack/assets/153340/e4ad7b70-d14c-4c30-8253-4144821f5bdf

@DaanHoogland
Copy link
Contributor

I think this is not a bug, but we could reconsider how this suggestion is choosen and whether more options should be given.

@weizhouapache
Copy link
Member Author

thanks @shwstppr for the video. yes, it works

@DaanHoogland
my expectation is, when I add a setting (key/value) and click the key field again, it should list all suggestions (not only the previous key). Based on it, I think it is a minor UI bug.

@DaanHoogland
Copy link
Contributor

when I add a setting (key/value) and click the key field again, it should list all suggestions (not only the previous key).

makes sense

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