#6016 Personal Contacts Remove button not working [ss3315]

v1.7.0
closed
General
2017-06-27
2013-03-26
Chris Tsai
No

[forge:site-support:#3315]

It is possible to add None link by saving empty url in Personal Contacts settings. It is not possible to remove this link by clicking Remove button.

Confirmed.

I think we should 1) prevent adding blank values, and 2) clean up existing blank values

Discussion

  • Dave Brondsema

    Dave Brondsema - 2017-01-27
    • status: open --> closed
    • assigned_to: Kenton Taylor
    • Reviewer: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2017-01-27

    Can do cleanup with: db.user.update({'webpages': {$in: [null]}}, {$pull:{webpages:null}} , {multi:true})

     
  • Dave Brondsema

    Dave Brondsema - 2017-06-27
    • Milestone: unreleased --> v1.7.0
     

Log in to post a comment.