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 - When ports that are in use are used to update a DS instance the error message is not helpful #6481

Open
jchapma opened this issue Jan 8, 2025 · 0 comments · May be fixed by #6482
Open
Labels
needs triage The issue will be triaged during scrum

Comments

@jchapma
Copy link
Contributor

jchapma commented Jan 8, 2025

Issue Description
When ports that are in use are used to update a DS instance the error message is not helpful

Package Version and Platform:

  • Package and version: main branch

Steps to Reproduce

  1. Create 2 DS Instances on the Webconsole
  2. Update the second instance to use the ports that are currently in use by the
    1st instance
  3. Follow the prompt to restart the instance for the changes to take effect.
  4. Error displayed:
    Screenshot from 2025-01-07 13-26-34

Expected results
The user should not be allowed to use a port number that is already in use

@jchapma jchapma added the needs triage The issue will be triaged during scrum label Jan 8, 2025
jchapma added a commit to jchapma/389-ds-base that referenced this issue Jan 8, 2025
…instance the error message is not helpful

Bug description:
When updating port values on a DS instance, if the port value is already in use
the error message displayed by the UI is not helpful.

Fix description:
Add a UI method that checks if the updated port value is already in use.
If it is, disable the save button.

Fixes: 389ds#6481

Reviewed by:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage The issue will be triaged during scrum
Projects
None yet
1 participant