•  
      request #8407 User can delete a tracker that is used in Agile Dashboard
    Infos
    #8407
    Michael Abramov (MichaelAbramov)
    2016-01-13 14:37
    2015-09-08 16:56
    8525
    Details
    User can delete a tracker that is used in Agile Dashboard
    It is possible to delete a tracker, and still have the references in Agile dashboard for it. It looks normal from the user perspective when he is working with Agile dashboard - he can still drag and drop items and such.
    However, existing references to the deleted tracker are no longer valid.
    Attached is the screenshot that illustrates it.
    Trackers
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Patricia Carrasco (pcar), Emilio Palmiero (empa)
    Stage
    Empty
    Declined
    2016-01-13
    Attachments
    References
    References list is empty

    Follow-ups

    User avatar
    • Status changed from New to Declined
    • Reported in version cleared values: 8.5
    • Close date set to 2016-01-13
    User avatar
    Hi,

    As of today, the only way to restore the tracker is to do it manually in the database:

    UPDATE tracker SET deletion_date = NULL WHERE id = <tracker_id>