•  
      request #11903 It's not possible to remove custom sender in tracker notifications once set
    Infos
    #11903
    Manuel Vacelet (vaceletm)
    2018-07-24 15:34
    2018-07-23 14:43
    12513
    Details
    It's not possible to remove custom sender in tracker notifications once set

    Once the I set some custom values for "custom sender fields for email notifications", I can no longer reset it to "" (empty string)

    @palm, could you have a look ?

    Trackers
    10.3
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Jonathan Palm (palm)
    Closed
    2018-07-24
    Attachments
    Empty
    References
    Referencing request #11903
    Referenced by request #11903

    Follow-ups

    User avatar
    Jonathan Palm (palm)2018-07-23 15:00
    I have found the bug. It's an error in handling form data at line 145 in Tracker_NotificationsManager.class.php. The empty string is interpreted as the field not being set at all. I'll upload a patch with the fix.