# Small bug in preferences profile controller

**URL:** https://meta.discourse.org/t/small-bug-in-preferences-profile-controller/66651
**Category:** Bug
**Created:** [July 22, 2017, 10:38pm UTC](https://meta.discourse.org/t/small-bug-in-preferences-profile-controller/66651 "2017-07-22T22:38:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![youwiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/youwiki/32/89936_2.png) [@youwiki](https://meta.discourse.org/u/youwiki)
#### Post date: [July 22, 2017, 10:38pm UTC](https://meta.discourse.org/t/small-bug-in-preferences-profile-controller/66651/1 "2017-07-22T22:38:00Z")

</div>

Hello!  
If we save data on the profile page and navigate to account page, then we see, that name field is clear, so need to remove this string:

> model.set(‘name’, this.get(‘newNameInput’));

from save action of profile controller.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [July 24, 2017, 8:11pm UTC](https://meta.discourse.org/t/small-bug-in-preferences-profile-controller/66651/3 "2017-07-24T20:11:47Z")

</div>

Thanks for reporting it. I fixed.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [July 24, 2017, 8:11pm UTC](https://meta.discourse.org/t/small-bug-in-preferences-profile-controller/66651/4 "2017-07-24T20:11:55Z")

</div>


