Wrong note numbering after moves
Bug #902840 reported by
Andrea Basso
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Footnote |
Fix Committed
|
Undecided
|
Andrea Basso |
Bug Description
Step to reproduce the bug:
I created a Notebook, called "School". Then I added a note in "School", called "Monday".
I created another Notebook, "Home". I moved "Monday" from "School" to "Home", the move was alright, but "School" counted 2 notes (when it should say 0) and "Home" counted -1 notes (when it should say 1).
To post a comment you must log in.
121,122c121,122 category) .set_count_ field (app, app.categories.get (app.current_ category) .count+ 1); set_count_ field (app, this.category. count-1) ; category) .set_count_ field (app, app.categories.get (app.current_ category) .count- 1); set_count_ field (app, this.category. count+1) ;
< app.categories.get (app.current_
< this.category.
---
> app.categories.get (app.current_
> this.category.