Title: Assignment Dates
Last modified: August 22, 2016

---

# Assignment Dates

 *  ResolvedPlugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/assignment-dates/)
 * Assignment dates are not being display in edit mode. Currently they are stored
   in the database but they are not rendered in the edit view.
 * [https://wordpress.org/plugins/an-gradebook/](https://wordpress.org/plugins/an-gradebook/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/assignment-dates/#post-5553581)
 * I found and fixed the bug, but I will not release an update for another week.
   The fix is pretty easy and if you feel comfortable editing the plugin files, 
   all you’ll need to do is change a few lines in the EditAssignmentView.js file.
 * Replace
 *     ```
       var assignment = AN.GlobalVars.assignments.findWhere({
                       selected: true
                   });
       ```
   
 * with
 *     ```
       var assignment = this.model;
       ```
   
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/assignment-dates/#post-5553734)
 * This is fixed in v3.0.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Assignment Dates’ is closed to new replies.

 * ![](https://ps.w.org/an-gradebook/assets/icon.svg?rev=3467047)
 * [GradeBook](https://wordpress.org/plugins/an-gradebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/an-gradebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/an-gradebook/)
 * [Active Topics](https://wordpress.org/support/plugin/an-gradebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/an-gradebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/an-gradebook/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/assignment-dates/#post-5553734)
 * Status: resolved