Correction of the searchExp command so that the 'from' attribute is taken into consideration in the search criteria. Modification of line 733 of Commande.js file. Replace
headersdata.get('from').text.includes(headersbase.get('subject').text)
into
summary: DEFECT_1 --> searchExp command didn't take attribute 'from' into consideration
Description has changed:
Diff:
--- old+++ new@@ -1 +1,4 @@-Correction de la commande searchExp afin que l'attribut 'from' soit pris en compte dans les critères de recherches. +Correction of the searchExp command so that the 'from' attribute is taken into consideration in the search criteria. Modification of line 733 of Commande.js file. Replace +- headersdata.get('from').text.includes(headersbase.get('subject').text)+into+- headersdata.get('from').text.includes(headersbase.get('from').text)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff: