Edit changes in comments - saving disabled

I need to find the latest updates so that I can add something to everyone.

I tried to make the browsing history in the source code explorer, but I see no way to filter it by the user. (If I use this approach, I can open the changeset and successfully modify the comment. However, this is a pain because it is not filtered by the user.)

I also tried right-clicking on the project team and finding Find -> Find changesets. This brings up a dialogue in which I can find a set of changes just for me. However, the save button is disabled? Why?

enter image description here

How can I activate the save button? Or, if this cannot be, how can I find only my changes and add some data to each comment?

+8
tfs visual-studio visual-studio-2013 tfs2010
source share
3 answers

I see this in Visual Studio 2012, not sure in 2013. The Save button is disabled, but I know a workaround - if I type in the comment area, adding a space and then deleting it (from anywhere), then select the file below to remove focus from the "Comment" field, then again return to the type in the comments area, it is turned on. Visual Studio Error.

+7
source share
  • To use the change set command, you must have the Allow permission set for any files or folders in the change set for which you want to display full information. The only users who can change the notes and comments associated with the change set are the users who created the change set, or the user who has another user changes the global permission.

  • Check-In - Users who have this permission can check the items and review any revised comments for the changes. Expected changes are recorded at registration.

According to 1 and 2, you should be able to edit your comments in the editor without any special permissions, I checked this on our TFS server. I can edit and save comments (since I am an administrator, I can revise other changes as well). I also blocked (took out registration permissions for my identifier) ​​for the entire branch, and then tried to edit comments on the changes and also worked. I am using VS 2010 and TFS 2010.

Refresh . Check if you have the option "Change information at the project level". I noticed that when I remove this access, my β€œsave” button also turns off when I look at the Find β†’ Find changeset route. You can get there VS β†’ Team β†’ Team project Settings β†’ Security

enter image description here

Source Link: LINK1 Source Link: LINK2

+3
source share

This is a Visual Studio error. The workaround is even simpler than suggested above. Enter the [Space], [Backspace], [Space] and Save buttons at the end of the comments.

+3
source share

All Articles