-
Notifications
You must be signed in to change notification settings - Fork 208
Closed as not planned
@18010472270
Description
BookStack Version
[25.7.2]
Issue 1: Duplicate Shelf Names Are Allowed
Steps to Reproduce
- Log in to the BookStack system.
- Navigate to the shelf creation page (usually accessible via the sidebar menu or a specific shelf management page).
- Enter "test" as the shelf name and click the create button. A shelf named "test" is successfully created.
- Repeat step 3 multiple times to create multiple shelves with the name "test".
Expected Result
The system should perform uniqueness validation on shelf names. When attempting to create a shelf with a name that already exists, an error prompt should be given and the creation should not be successful.
Actual Result
Shelves with the name "test" can be created multiple times. Multiple shelves with the same name will be displayed on the shelf list page, causing page confusion. It is difficult for users to distinguish between different shelves, which greatly affects the user experience.
ImageMeanwhile, the creation of books also allows for repeated creation and existence, and the form is consistent with that of creating bookshelves.
ImageMetadata
Metadata
Assignees
Labels
No labels