Menu

#2 searchExp command didn't take attribute 'from' into consideration

Defect
closed
Ilias
None
2021-01-13
2021-01-06
Ilias
No

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)

Discussion

  • Ilias

    Ilias - 2021-01-06
    • 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)
    
     
  • Ilias

    Ilias - 2021-01-06
    • assigned_to: Ilias
     
  • Ilias

    Ilias - 2021-01-13
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB