#516 and #517 Improved the export (specify fields for multi-column queries) and web queries (default field list) (reintegrated from branch 1.2)

SVN:trunk[1787]
This commit is contained in:
Romain Quetiez
2012-01-18 17:09:53 +00:00
parent a401212e31
commit 5767d14c3e
6 changed files with 147 additions and 27 deletions

View File

@@ -87,6 +87,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Query/Attribute:name+' => 'Identifies the query',
'Class:Query/Attribute:description' => 'Description',
'Class:Query/Attribute:description+' => 'Long description for the query (purpose, usage, etc.)',
'Class:Query/Attribute:fields' => 'Fields',
'Class:Query/Attribute:fields+' => 'Coma separated list of attributes (or alias.attribute) to export',
'Class:QueryOQL' => 'OQL Query',
'Class:QueryOQL+' => 'A query based on the Object Query Language',