Files
document-server/frontend/static/js
Hyungi Ahn 8414c9b40e Fix: Show all books in link creation modal
- Modified loadAvailableBooks() to include source document's book
- Removed source book exclusion logic that was hiding current book
- Now displays all available books instead of just 'other books'
- Improves user experience by allowing links within same book

Changes:
- viewer-core.js: Removed bookMap.delete(sourceBookInfo.id) logic
- Updated console logs to reflect 'all books' instead of 'other books'

Result: All books now appear in the book selection dropdown
2025-08-28 13:36:50 +09:00
..