-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.2.4, 10.3.1
-
Component/s: UI
-
None
-
Severity 3 - Minor
Issue Summary
When locking a file from the source view the button doesn't updates to unlock
Steps to Reproduce
- Create a repository with a `.gitattributes` file with content `*.png filter=lfs diff=lfs merge=lfs -text`
- Add a `.png` file to the repo
- Navigate to the png file using the file browser and go to the source view for that file
- click on the "Lock button" - notice the button doesn't change to "Unlock"
- Refresh the page - Now the button will be "Unlock"
- Click on "Unlock"
Expected Results
- the button should toggle between Lock/Unlock when the action is done
- the frontend shouldn't crash when unlocking a file
Actual Results
- The button doesn't toggle between Lock/Unlock
- The frontend crashes after Unlocking a file
Workaround
Refreshing the browser fixes this issue
- mentioned in
-
Page Loading...