web.inline editor
Hi
I am trying to create a new web.inline editor for a customized Work Item named "Gate"
To created this new editor I duplicate the web.inline.default editor, add a Gate new tab in the tabs list and remove all non relevant other tab (default, task, risk , etc..)
In fact this new web.inline.gate editor includes only the Gate tab entry.
Under the Type definitions I changed the web.inline editor setting to the new created web.inline.gate.
Trying to edit a gate from a query using the right pencil I still get the default editor for gate
Has someone any idea what I am doing wrong and why I did not get the expected editor?
Accepted answer
As you can see from the structure, in the web.inline editor, each tab stands for a specific work item type.
What I did to get a new inline editor successfully was:
What I did to get a new inline editor successfully was:
- From the type Gate, select the edit for the web inline editor
- In the open web inline editor, select a Tab of the web.inline editor (for example story). Duplicate that tab and name it Gate providing an ID com.ibm.team.workitem.web.inline.gate
- Edit the tab content as you desire
- Save the editor presentation
- Go back to the work item type Gate. In the inline editor section select "com.ibm.team.workitem.web.inline.gate" as the editor
This procedure works for me.