From 24e3813f460e858652c7183322befa8739d104a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 7 Aug 2009 14:10:32 +0000 Subject: [PATCH] convert also JDL attribute name in WS queries --- org.glite.lb.server/src/ws_typeref.c.T | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.server/src/ws_typeref.c.T b/org.glite.lb.server/src/ws_typeref.c.T index b07cbb5..53c93fd 100644 --- a/org.glite.lb.server/src/ws_typeref.c.T +++ b/org.glite.lb.server/src/ws_typeref.c.T @@ -531,6 +531,7 @@ int edg_wll_SoapToQueryRec( edg_wll_SoapToJobStatCode(*(collection->statName), &(out->attr_id.state)); break; case EDG_WLL_QUERY_ATTR_USERTAG: + case EDG_WLL_QUERY_ATTR_JDL_ATTR: out->attr_id.tag = strdup(collection->tagName); break; default: -- 1.8.2.3