[BUG] Disable the share link input #564

Closed
opened 2026-02-04 21:21:53 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @JVT038 on GitHub (Jan 10, 2023).

Describe the bug
When creating a link to share with others, a modal opens with a link being shown.
This link is in an input field, and the input field can be edited.
It seems kind of weird to me to be able to edit this input field.
Adding a disabled attribute with inspect element fixed it for me. It also automatically updated the styling and such.

Task List

Please complete the task list below. We need this information to help us reproduce the bug or point out problems in your setup. You are not providing enough info may delay our effort to help you.

  • I have read thoroughly the README setup and installation instructions.
  • I have included my docker-compose file.
  • I have included my redacted .env file.
  • I have included information on my machine, and environment.

To Reproduce
Steps to reproduce the behavior:

  1. Go to an album
  2. Click on 'share'
  3. Click on 'create link'
  4. See error

Expected behavior
I expected the input field to be disabled

Screenshots
image

System

  • Phone OS [iOS, Android]: Android 12
  • Server Version: 1.41.0
  • Mobile App Version: 1.40.0
Originally created by @JVT038 on GitHub (Jan 10, 2023). **Describe the bug** When creating a link to share with others, a modal opens with a link being shown. This link is in an input field, and the input field can be edited. It seems kind of weird to me to be able to edit this input field. Adding a `disabled` attribute with inspect element fixed it for me. It also automatically updated the styling and such. **Task List** *Please complete the task list below. We need this information to help us reproduce the bug or point out problems in your setup. You are not providing enough info may delay our effort to help you.* - [x] I have read thoroughly the README setup and installation instructions. - [ ] I have included my `docker-compose` file. - [ ] I have included my redacted `.env` file. - [x] I have included information on my machine, and environment. **To Reproduce** Steps to reproduce the behavior: 1. Go to an album 2. Click on 'share' 3. Click on 'create link' 4. See error **Expected behavior** I expected the input field to be disabled **Screenshots** ![image](https://user-images.githubusercontent.com/47184046/211564457-c89e4534-47cf-46ea-a81f-1836974bbe36.png) **System** - Phone OS [iOS, Android]: `Android 12` - Server Version: `1.41.0` - Mobile App Version: `1.40.0`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#564