Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-13035] Changed the field name.
Now it gets the right property. The dropdown shows the values
for MyViewsTabBar extension
and there is help icon and text.
  • Loading branch information
ialbors-pfc committed Feb 24, 2014
1 parent 8e485cc commit 0865404
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,5 +6,5 @@ def f=namespace(lib.FormTagLib)

def all = ViewsTabBar.all()
if (all.size()>1) {
f.dropdownDescriptorSelector(title:_("My Views Tab Bar"),field:"viewsTabBar")
f.dropdownDescriptorSelector(title:_("My Views Tab Bar"),field:"myViewsTabBar")
}

0 comments on commit 0865404

Please sign in to comment.