Skip to content
Snippets Groups Projects
Commit 8d7dcf5a authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch '23.0-cherrypick-mr67042' into '23.0'

Add order by parameter name to algo query (cherry-picking MR !67042)

See merge request atlas/athena!71867
parents e7a413a4 5aaee315
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ references_map = {
"d1726": "v1",
"d1759": "v2",
# Reco
"q442": "v6",
"q442": "v7",
"q443": "v4",
"q445": "v6",
"q449": "v8",
......
......@@ -408,6 +408,8 @@ TrigConf::L1TopoMenuLoader::loadAllAlgsFixed( std::map<uint, TXC::L1TopoConfigAl
theCondition0 += string(" AND TA2TG.TA2TG_GENERIC_ID = TG.TG_ID");
query0->setCondition( theCondition0, bindList0 );
query0->addToOrderList("TG.TG_NAME");
coral::AttributeList attList0;
attList0.extend<int>( "TA2TG.TA2TG_ALGO_ID" );
attList0.extend<string>( "TG.TG_NAME" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment