From b0634c9fbc69cefe2bc3e3494923819d1445e3fd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 9 Feb 2024 13:30:47 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07232=20Fix=20regression=20on=20UI:RunQue?= =?UTF-8?q?ry:Error=20In=20the=20UI:RunQuery:Error=20key,=20the=20placehol?= =?UTF-8?q?der=20was=20removed=20when=20we=20migrated=20run=5Fquery.php=20?= =?UTF-8?q?to=20using=20UiBlock=20and=20Panel.=20But=20it=20was=20restored?= =?UTF-8?q?=20by=20mistake=20in=20f65c6904=20(N=C2=B05491=20in=203.0.4=20/?= =?UTF-8?q?=203.1.1)=20This=20was=20the=20only=20key=20modified=20for=20th?= =?UTF-8?q?is=20bug=20in=20a=20EN=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/en.dictionary.itop.ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php index 2f00a0807..a6b119f04 100644 --- a/dictionaries/en.dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -730,7 +730,7 @@ We hope you’ll enjoy this version as much as we enjoyed imagining and creating 'UI:RunQuery:DevelopedOQLCount' => 'Developed OQL for count', 'UI:RunQuery:ResultSQLCount' => 'Resulting SQL for count', 'UI:RunQuery:ResultSQL' => 'Resulting SQL', - 'UI:RunQuery:Error' => 'An error occured while running the query: %1$s', + 'UI:RunQuery:Error' => 'An error occurred while running the query', 'UI:Query:UrlForExcel' => 'URL to use for MS-Excel web queries', 'UI:Query:UrlV1' => 'The list of fields has been left unspecified. The page export-V2.php cannot be invoked without this information. Therefore, the URL suggested here below points to the legacy page: export.php. This legacy version of the export has the following limitation: the list of exported fields may vary depending on the output format and the data model of '.ITOP_APPLICATION_SHORT.'.
Should you want to guarantee that the list of exported columns will remain stable on the long run, then you must specify a value for the attribute "Fields" and use the page export-V2.php.', 'UI:Schema:Title' => ITOP_APPLICATION_SHORT.' objects schema',