You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we use the feature to create multiple beds at the same time, it results in beds having same names which doesn't allow the user to edit or delete those beds because of multiple ids.
Now create another bed with the name Bed but set the number of beds to 2
See error
Expected behavior
Before the algorithms automatically adds 1 at the end of each bed name, it should check whether that name has already been taken or not.
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When we use the feature to create multiple beds at the same time, it results in beds having same names which doesn't allow the user to edit or delete those beds because of multiple ids.
Related to #6112
To Reproduce
Steps to reproduce the behavior:
Bed 1
Bed
but set the number of beds to 2Expected behavior
Before the algorithms automatically adds
1
at the end of each bed name, it should check whether that name has already been taken or not.Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: