Closed enriquetoledano closed 8 years ago
Line 43 of add_new_department_modal.hbs should be <option value="{{this.id}}">{{this.full_name}}</option> instead of <option value="{{this.id}}">{{this.name}}</option> Best regards
<option value="{{this.id}}">{{this.full_name}}</option>
<option value="{{this.id}}">{{this.name}}</option>
Good spot! Thanks! Will update master shortly.
Merged into master and deployed on timeoff.management
Line 43 of add_new_department_modal.hbs should be
<option value="{{this.id}}">{{this.full_name}}</option>
instead of<option value="{{this.id}}">{{this.name}}</option>
Best regards