Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAsset Explorer context menu shows "Release Lock" when it shouldn't #955
Labels
Comments
|
This is the functionality for the Project Explorer Hopefully it follows something near the same logic in the LocksView. (Initial inspection seems to indicate no) Unity/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/LocksView.cs Lines 446 to 452 in 5ae520f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context menu in asset explorer shows "Release Lock" and "Release Lock (forced)" for files that are not locked by the current user. Only "Release Lock (forced)" should appear. The LocksView has similar dropdowns and is correct in this respect.