-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Steps to reproduce
- Configure imapsync with your email server.
- Create your first imapsync task and configure it—no error occurs.
- Create a second task.
- In the second task, the local user nscombobox shows the value from the previous task ("ghost value").
- Reload the page—the nscombobox now shows an empty value.
Expected behavior
The nscombobox should always show the correct value for the local user when creating a new task—never a value from a previous task.
Actual behavior
After creating a second task, the nscombobox displays the previous task's value. If you reload the page, the value is empty. If you save the form, the v-model of nscombobox is set to empty.
Components
- NethServer version: ns8-stable
- imapsync UI ghcr.io/nethserver/imapsync:1.1.0
See also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done