mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
- Remove disabled state from series name input in edit modal - Add duplicate name validation in SeriesController (resolves TODO) - Update nameIgnorePrefix when series name changes - Add frontend validation for duplicate series names - Add updateSeriesName method to PATCH series immediately on rename - Show backend error message in toast on failure - Add i18n string for duplicate name error message This enables users to rename existing series while preventing duplicate series names within the same library. |
||
|---|---|---|
| .. | ||
| ApiKeyController.js | ||
| AuthorController.js | ||
| BackupController.js | ||
| CacheController.js | ||
| CollectionController.js | ||
| CustomMetadataProviderController.js | ||
| EmailController.js | ||
| FileSystemController.js | ||
| LibraryController.js | ||
| LibraryItemController.js | ||
| MeController.js | ||
| MiscController.js | ||
| NotificationController.js | ||
| PlaylistController.js | ||
| PodcastController.js | ||
| RSSFeedController.js | ||
| SearchController.js | ||
| SeriesController.js | ||
| SessionController.js | ||
| ShareController.js | ||
| StatsController.js | ||
| ToolsController.js | ||
| UserController.js | ||