From 47d45678cc5b0862329a5150088bb7b9fdcff6f8 Mon Sep 17 00:00:00 2001 From: mindless Date: Wed, 14 Jan 2009 05:48:58 +0000 Subject: [PATCH] Fix to allow multiple rowSets with same "name" parameter, which can happen if multiple plugins use a config.jelly for the plugin class (Hudson/configure.jelly does f:rowSet name="plugin" for each one). Fix is to use the generated id for the id attribute rather than the given name, so there are no duplicate ids. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14457 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/lib/form/rowSet.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/form/rowSet.jelly b/core/src/main/resources/lib/form/rowSet.jelly index de980d9afe..d97d53dbc5 100644 --- a/core/src/main/resources/lib/form/rowSet.jelly +++ b/core/src/main/resources/lib/form/rowSet.jelly @@ -10,7 +10,7 @@ - + @@ -19,4 +19,4 @@ - \ No newline at end of file + -- GitLab