From 78cd43d1f5843ac9b4467e04bfcc789105fa8cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Fri, 7 Sep 2018 01:47:22 +0000 Subject: [PATCH 1/6] officejs_support_request_ui_test: depend on erp5_l10n_fr to test translations --- bt5/erp5_officejs_support_request_ui_test/bt/dependency_list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_officejs_support_request_ui_test/bt/dependency_list b/bt5/erp5_officejs_support_request_ui_test/bt/dependency_list index 83577141fab..ca91404a287 100644 --- a/bt5/erp5_officejs_support_request_ui_test/bt/dependency_list +++ b/bt5/erp5_officejs_support_request_ui_test/bt/dependency_list @@ -2,4 +2,5 @@ erp5_ui_test_core erp5_ui_test erp5_web_renderjs_ui erp5_officejs_support_request_ui -erp5_web_renderjs_ui_test \ No newline at end of file +erp5_web_renderjs_ui_test +erp5_l10n_fr \ No newline at end of file -- 2.30.9 From 61ac713b4c1e487f1f297229650dbae044f9c50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Fri, 7 Sep 2018 05:29:17 +0200 Subject: [PATCH 2/6] officejs_support_request_ui_test: test for changing language --- .../testChangeLanguage.xml | 58 +++++++++++++++ .../testChangeLanguage.zpt | 73 +++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml create mode 100644 bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt diff --git a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml new file mode 100644 index 00000000000..e0553c00776 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml @@ -0,0 +1,58 @@ + + + + + + + + + + _bind_names + + + + + + + + + + _asgns + + + + name_subpath + traverse_subpath + + + + + + + + + + + content_type + text/html + + + expand + 0 + + + id + testChangeLanguage + + + output_encoding + utf-8 + + + title + + + + + + diff --git a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt new file mode 100644 index 00000000000..0cde711a6e0 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt @@ -0,0 +1,73 @@ + + + The title + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Worklists on support request front page support translation
open${base_url}/web_site_module/erp5_officejs_support_request_ui/
waitForElementPresent//button[@name="panel"]
click//button[@name="panel"]
waitForElementPresent//a[@data-i18n="Preferences"]
click//a[@data-i18n="Preferences"]
waitForElementPresentfield_language
typefield_languagefr
click//button[@data-i18n="Save"]
waitForElementPresent//a[@data-i18n="Home" and text()="Accueil"]
assertText//a[@data-i18n="Preferences"]Préférences
+ + \ No newline at end of file -- 2.30.9 From fd61b08988e294e62c8bc5d69dcde457f0375b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Thu, 6 Sep 2018 12:43:24 +0200 Subject: [PATCH 3/6] officejs_support_request_ui: Add translation gadget with french translations --- ...dget_supportrequest_translation_data_js.js | 65 ++++ ...get_supportrequest_translation_data_js.xml | 318 +++++++++++++++++ ...adget_supportrequest_translation_html.html | 19 + ...gadget_supportrequest_translation_html.xml | 326 ++++++++++++++++++ .../erp5_officejs_support_request_ui.xml | 2 +- 5 files changed, 729 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.js create mode 100644 bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.xml create mode 100644 bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.html create mode 100644 bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.xml diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.js b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.js new file mode 100644 index 00000000000..70145efa5f0 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.js @@ -0,0 +1,65 @@ +/*globals window*/ +/*jslint indent: 2, nomen: true, maxlen: 100*/ +(function (window) { + "use strict"; + + window.translation_data = { + en: { + }, + fr: { + // XXX Change this to "Support Requests Dashboard" ? + "Customer Support Dashboard": "Tableau de bord des demandes d'assistance", + // XXX change this to "Submit new Support Request" + "Submit New Support Request": "Soumettre une nouvelle demande d'assistance", + "Generate RSS": "Générer un RSS", + "RSS Link": "Lien vers le RSS", + "Support Requests WorkList": "Worklists des demandes d'assistances", + + "Support Request Pipe": "Demande d'assistance en cours", + "Last Month Activity": "Activité du mois", + // English ? + "Restore Filter": "Réinitaliser le filtre", + // Count ? + "Number": "Nombre", + "Day": "Jour", + + "Home": "Accueil", + "Support Request": "Demande d'assistance", + "Support Requests": "Demandes d'assistance", + "Preferences": "Préférences", + "Logout": "Se déconnecter", + + /* workflow states */ + "Opened": "Ouvert", + "Submitted": "Soumis", + "Suspended": "Suspendu", + "Closed": "Terminé", + + "Post Comment": "Poster un commentaire", + "Comments": "Commentaires", + + + // Listbox / UI standard + "Select": "Sélectionner", + "Configure": "Configurer", + "Sort": "Trier", + "Include": "Inclure", + "Exclude": "Exclure", + "Records": "Enregistrements", + + "Views": "Vues", + "Export": "Exporter", + "Previous": "Précédent", + "Next": "Suivant", + "Editable": "Éditable", + + "Confirm": "Confirmer", + "Language": "Langue", + "Clone": "Dupliquer", + "Delete": "Supprimer", + "Save": "Sauvegarder", + "User": "Utilisateur" + } + }; + +}(window)); \ No newline at end of file diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.xml new file mode 100644 index 00000000000..f7aaef9c9c1 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_data_js.xml @@ -0,0 +1,318 @@ + + + + + + + + + + _Access_contents_information_Permission + + + Anonymous + Assignee + Assignor + Associate + Auditor + Manager + + + + + _Add_portal_content_Permission + + + Assignee + Assignor + Manager + + + + + _Change_local_roles_Permission + + + Assignor + Manager + + + + + _Modify_portal_content_Permission + + + Assignee + Assignor + Manager + + + + + _View_Permission + + + Anonymous + Assignee + Assignor + Associate + Auditor + Manager + + + + + content_md5 + + + + + + default_reference + gadget_supportrequest_translation_data.js + + + description + + + + + + id + gadget_supportrequest_translation_data_js + + + language + en + + + portal_type + Web Script + + + short_title + + + + + + title + Gadget Translation Data JS + + + version + 001 + + + workflow_history + + AAAAAAAAAAI= + + + + + + + + + + + + + data + + + + document_publication_workflow + + AAAAAAAAAAM= + + + + edit_workflow + + AAAAAAAAAAQ= + + + + processing_status_workflow + + AAAAAAAAAAU= + + + + + + + + + + + + + + + + + + + action + publish_alive + + + actor + ERP5TypeTestCase + + + comment + + + + error_message + + + + time + + + + + + + + + + + 1536229955.3 + UTC + + + + + + + validation_state + published_alive + + + + + + + + + + + + + + + + + action + edit + + + actor + ERP5TypeTestCase + + + comment + + + + + + error_message + + + + serial + 970.5274.3228.18517 + + + state + current + + + time + + + + + + + + + + + 1536230122.76 + UTC + + + + + + + + + + + + + + + + + + + + + action + detect_converted_file + + + actor + ERP5TypeTestCase + + + comment + + + + error_message + + + + external_processing_state + converted + + + serial + 0.0.0.0 + + + time + + + + + + + + + + + 1536229848.73 + UTC + + + + + + + + + + + diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.html b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.html new file mode 100644 index 00000000000..8d358825bae --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.html @@ -0,0 +1,19 @@ + + + + + + Translation Gadget + + + + + + + + + + + + + diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.xml new file mode 100644 index 00000000000..aeee12b1e71 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_translation_html.xml @@ -0,0 +1,326 @@ + + + + + + + + + + _Access_contents_information_Permission + + + Anonymous + Assignee + Assignor + Associate + Auditor + Manager + + + + + _Add_portal_content_Permission + + + Assignee + Assignor + Manager + + + + + _Change_local_roles_Permission + + + Assignor + Manager + + + + + _Modify_portal_content_Permission + + + Assignee + Assignor + Manager + + + + + _View_Permission + + + Anonymous + Assignee + Assignor + Associate + Auditor + Manager + + + + + content_md5 + + + + + + content_type + text/html + + + default_reference + gadget_supportrequest_translation.html + + + description + + + + + + id + gadget_supportrequest_translation_html + + + language + + + + + + portal_type + Web Page + + + short_title + + + + + + title + Gadget Translation + + + version + + + + + + workflow_history + + AAAAAAAAAAI= + + + + + + + + + + + + + data + + + + document_publication_workflow + + AAAAAAAAAAM= + + + + edit_workflow + + AAAAAAAAAAQ= + + + + processing_status_workflow + + AAAAAAAAAAU= + + + + + + + + + + + + + + + + + + + action + publish_alive + + + actor + ERP5TypeTestCase + + + comment + + + + error_message + + + + time + + + + + + + + + + + 1536230270.81 + UTC + + + + + + + validation_state + published_alive + + + + + + + + + + + + + + + + + action + edit + + + actor + ERP5TypeTestCase + + + comment + + + + + + error_message + + + + serial + 970.5275.65420.580 + + + state + current + + + time + + + + + + + + + + + 1536230179.2 + UTC + + + + + + + + + + + + + + + + + + + + + action + detect_converted_file + + + actor + ERP5TypeTestCase + + + comment + + + + error_message + + + + external_processing_state + converted + + + serial + 0.0.0.0 + + + time + + + + + + + + + + + 1536230133.33 + UTC + + + + + + + + + + + diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_site_module/erp5_officejs_support_request_ui.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_site_module/erp5_officejs_support_request_ui.xml index ee372db9fee..ffdbcfce885 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_site_module/erp5_officejs_support_request_ui.xml +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_site_module/erp5_officejs_support_request_ui.xml @@ -366,7 +366,7 @@ configuration_translation_gadget_url - gadget_translation.html + gadget_supportrequest_translation.html configuration_view_action_category -- 2.30.9 From 6be7db604b45be949cf4dd5e7bdf3ad336c25ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Fri, 7 Sep 2018 02:11:22 +0000 Subject: [PATCH 4/6] wip translate frontpage --- .../gadget_supportrequest_homepage_js.js | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js index 94607d9953b..cfae0f5e3f6 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_homepage_js.js @@ -48,6 +48,7 @@ .declareAcquiredMethod("jio_getAttachment", "jio_getAttachment") .declareAcquiredMethod("getUrlParameter", "getUrlParameter") .declareAcquiredMethod("translateHtml", "translateHtml") + .declareAcquiredMethod("translate", "translate") .declareAcquiredMethod("redirect", "redirect") .declareAcquiredMethod("updateHeader", "updateHeader") .declareAcquiredMethod("updateConfiguration", "updateConfiguration") @@ -86,6 +87,7 @@ begin_date = new Date(1970, 1, 1); end_date = days_30; } + // XXX do not translate here ! search_criteria = '( translated_simulation_state_title: "' + seriesName + '" AND delivery.start_date: >= ' + begin_date.toISOString().slice(0, 10) + ' AND delivery.start_date: < ' + end_date.toISOString().slice(0, 10) + ' )'; } else { // Situation 2: Search Support Request without date. @@ -122,8 +124,7 @@ return gadget.changeState({ render: true - }) - .push(function () { + }).push(function () { return gadget.getDeclaredGadget("last") .push(function (listbox) { return listbox.render({ @@ -145,8 +146,8 @@ .push(function (hateoas_url) { return RSVP.all([gadget.jio_getAttachment( 'support_request_module', - hateoas_url + 'support_request_module' - + "/SupportRequest_getSupportRequestStatisticsAsJson" + hateoas_url + 'support_request_module' + + '/SupportRequest_getSupportRequestStatisticsAsJson' ), gadget.declareGadget( option_dict.graph_gadget, @@ -283,9 +284,9 @@ var gadget = this; return new RSVP.Queue() .push(function () { - var generate_rss_input = gadget.element.querySelectorAll("input")[1], + var generate_rss_input = gadget.element.querySelectorAll("input")[1], /* XXX class based selectors ! */ restore_filter_input = gadget.element.querySelectorAll("input")[2], - one = new RSVP.Queue().push(function () { + one = new RSVP.Queue().push(function (){ return promiseEventListener(generate_rss_input, "click", false); }).push(function () { generate_rss_input.disabled = true; @@ -299,10 +300,12 @@ ); }) .push(function (result) { - generate_rss_input.parentNode.href = result.restricted_access_url; - generate_rss_input.value = "RSS Link"; - generate_rss_input.disabled = false; - generate_rss_input.classList.remove("ui-disabled"); + return gadget.translate("RSS Link").push(function(translated_rss_link_message) { + generate_rss_input.parentNode.href = result.restricted_access_url; + generate_rss_input.value = translated_rss_link_message, // "RSS Link"; + generate_rss_input.disabled = false; + generate_rss_input.classList.remove("ui-disabled"); + }); }); }), two = loopEventListener(restore_filter_input, "click", false, function () { -- 2.30.9 From b632d43465aee8184d28f552429b54037c1843ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Mon, 10 Sep 2018 12:51:26 +0900 Subject: [PATCH 5/6] officejs_support_request_ui_test: translation test --- .../zz_translation_test.xml | 26 +++++++++++++++++++ .../test000ChangeLanguage.xml} | 2 +- .../test000ChangeLanguage.zpt} | 0 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test.xml rename bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/{testChangeLanguage.xml => zz_translation_test/test000ChangeLanguage.xml} (96%) rename bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/{testChangeLanguage.zpt => zz_translation_test/test000ChangeLanguage.zpt} (100%) diff --git a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test.xml b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test.xml new file mode 100644 index 00000000000..8d8bd39e1d6 --- /dev/null +++ b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test.xml @@ -0,0 +1,26 @@ + + + + + + + + + + _objects + + + + + + id + zz_translation_test + + + title + Tests which change language to french (running at the end) + + + + + diff --git a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test/test000ChangeLanguage.xml similarity index 96% rename from bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml rename to bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test/test000ChangeLanguage.xml index e0553c00776..d540c4f0b2b 100644 --- a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.xml +++ b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test/test000ChangeLanguage.xml @@ -42,7 +42,7 @@ id - testChangeLanguage + test000ChangeLanguage output_encoding diff --git a/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt b/bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test/test000ChangeLanguage.zpt similarity index 100% rename from bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testChangeLanguage.zpt rename to bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/zz_translation_test/test000ChangeLanguage.zpt -- 2.30.9 From fac1553d56842add503ba475da4dfa15607938b6 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant Date: Fri, 4 May 2018 15:56:29 +0200 Subject: [PATCH 6/6] erp5_officejs_support_request_ui: translate string used for empty worklists --- .../gadget_supportrequest_page_worklist_html.html | 4 +++- .../gadget_supportrequest_page_worklist_html.xml | 6 +++--- .../gadget_supportrequest_page_worklist_js.js | 7 +++++-- .../gadget_supportrequest_page_worklist_js.xml | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.html b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.html index 2c744b9feb0..e99dec856b2 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.html +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.html @@ -28,7 +28,9 @@ {{/each}} {{else}} -

All work caught up!

+
+

All work caught up!

+
{{/if}} diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.xml index 0f4133ebb7e..17b94b983aa 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.xml +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_html.xml @@ -220,7 +220,7 @@
actor - zope + nicolas comment @@ -234,7 +234,7 @@ serial - 962.24219.1265.43878 + 964.57086.33771.28859 state @@ -252,7 +252,7 @@ - 1506514266.01 + 1522750119.58 UTC diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.js b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.js index 6c239f2a850..0a689918a01 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.js +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.js @@ -78,9 +78,12 @@ count: result_list[i][2] }); } - gadget.element.querySelector('.document_list').innerHTML = table_template({ + return gadget.translateHtml(table_template({ document_list: line_list - }); + })); + }) + .push(function (translated_html) { + gadget.element.querySelector('.document_list').innerHTML = translated_html; }); }); }(window, rJS, RSVP, Handlebars, Query)); \ No newline at end of file diff --git a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.xml b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.xml index 5bbcfd9149b..0478596b7de 100644 --- a/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.xml +++ b/bt5/erp5_officejs_support_request_ui/PathTemplateItem/web_page_module/gadget_supportrequest_page_worklist_js.xml @@ -220,7 +220,7 @@ actor - zope + nicolas.wavrant comment @@ -252,7 +252,7 @@ - 1506505200.17 + 1506505208.17 UTC -- 2.30.9