- 06 Dec, 2018 2 commits
-
-
Jérome Perrin authored
my_view_mode_listbox_configuration_save should use my_view_mode_listbox as target, not my_list_mode_listbox
-
- 05 Dec, 2018 4 commits
-
-
Vincent Bechu authored
-
Sven Franck authored
/reviewed-on nexedi/erp5!810
-
Nicolas Wavrant authored
As source reference is the public reference of the Mandates (ie: RUM in the case of SEPA debits), it is even more useful than the simple reference
-
Nicolas Wavrant authored
also disble in testI18NSearch the test which depends on catalog_full_text
-
- 04 Dec, 2018 13 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Tests: do not depend on previous test executions.
-
Romain Courteaud authored
See nexedi/erp5@cfa45fd8
-
Romain Courteaud authored
Shamelessly copy Listbox.py implementation, which limits acquisition usage For compatibility, do not check local properties when the listbox uses contentValues (ListMethodWrapper).
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Keeping the browser's back button usable is a requirement to keep users happy.
-
Jérome Perrin authored
First, cleanup `testERPSecurity`, moving related tests in sub-classes instead of big classes with lots of tests (diff is big, because methods are moved around) Change google and facebook login to reuse `portal.setAuthCookie`, which is the central point to set a cookie securely so that it can be used for authentication. Refactor management of oauth keys to fix [#20181121-1A36AE2](https://nexedi.erp5.net/bug_module/20181121-1A36AE2). Some minor fixes in business template definition. /reviewed-on nexedi/erp5!803
-
Jérome Perrin authored
Originally, there was a regression introduce in my recent changes that "Comment Author" column was always empty. This MR contains some more refactoring for "Comment Date" and "Comment Author" columns: ![image](/uploads/7b07a6a5610d533f1435af45b3716104/image.png) On the visible side, "Comment Date" column has been simplified, it used to show "hour:minutes" if the message was posted today, and "year/month/day" if the post was older. It's now a simple date time field (using `Base_viewCRMFieldLibrary/my_event_start_date`), for consistency. On the implementation side, they now use existing `SupportRequest_getCommentPostListAsJson` script, which simplified code a lot. That script was also renamed as `SupportRequest_getCommentPostList`, because it's no longer returning JSON. /reviewed-on nexedi/erp5!804
-
Jérome Perrin authored
Some tickets (for example Support Request or Bugs) are focus on one small thing being discussed where usually a small number of events are posted. Unlike for example a campaign where there is a large number of events sent to a large number of recipients, in the case of these "small, self contained" tickets, it makes a lot of sense to see that the ticket was modified when a new event is posted on this ticket. This is what we sometimes customize in some support request fast input. It was the case in Support Request App, but this was removed in 74fc68a7 , this time it's done at a lower level and such customisations are no longer needed. /reviewed-on nexedi/erp5!807
-
Jérome Perrin authored
Because this was displaying all worklists from ticket_worklist, which is also used for all tickets (including for example Campaigns) and that displaying other kind of tickets that Support Request is not supported on this app, we should filter the worklists to display only support requests. /reviewed-on nexedi/erp5!808
-
Yusei Tahara authored
testERP5Core: jump_related_object is lower priority now. See 9e152672.
-
- 30 Nov, 2018 4 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Nicolas Wavrant authored
Also add a comment in getSearchableText to explain why
-
Nicolas Wavrant authored
As it will get the string represenation of the dates, and not even the date formatted given the system / user preferences. Thus it makes no sense to fulltext search on it.
-
- 29 Nov, 2018 1 commit
-
-
Jérome Perrin authored
-
- 28 Nov, 2018 1 commit
-
-
Jérome Perrin authored
also make testTemplateTool.test_updateBusinessTemplateFromUrl_keep_list more isolated ( but testTemplateTool still has isolation issues )
-
- 27 Nov, 2018 15 commits
-
-
Aurel authored
-
Aurel authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Install erp5js tests to use its macros. Translation attributes have been removed.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Stop the test as soon as an error occurs
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-