English 中文(简体)
Custom field in TFS 2010 does not appear in Team Web Access
原标题:

I used the TFS 2010 Power Tools to create a custom field for a Task. The custom field shows nicely inside Visual Studio 2010 on my machine and a coworkers machine.

However, when I go to Team Web Access in my browser, the new field does not appear in the form. I can change the value of my custom field using VS 2010.

The "Field Changes" section will display my changed value of my custom field in the browser.

The problem is that the editor control for the custom field doesn t appear in the browser, it only appears in VS 2010. Therefore, anyone using Team Web Access cannot edit my custom field.

Is there something more I need to do to make this custom field visible in Team Web Access? Is it a cache issue that will resolve itself?

最佳回答

you have to refresh the cache of TWA. You can do that in the Settings menu (at the right hand side of the screen) and then choose Refresh Cache.

A second cause could be that there are two different form layouts specified. One for the Windows and one for the Web. Check whether this is the case. The easiest way to do this is by editing the WIT in an xml editor (could be visual studio - choose the Open With option) and see if there is a "Windows" layout and a "Web" layout.

问题回答

暂无回答




相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签