Ticket #2262 (closed bug: invalid)
problem-when-importing-stickies - When the book filename is changed, stickies ca nno longer be imported.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | 85 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | |
Imp._owners: | Test_owners: | ||
Analysis_reviewers: | Changelog: | Changelog | |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description (last modified by todor) (diff)
- Create new book.
- Insert sticky.
- Export the sticky.
- Save the book.
- Try to import the already exported sticky.
- What happens is that a dialog telling you that this book extra is not for this book appears.
- Same happens if you rename the book and try to import the stickies, or save it as other file, even without doing any changes.
Change History
comment:2 Changed 15 years ago by meddle
The implementation is as following:
- The annotations keep the location of their book
- When the location is changed (move==rename) the annotations which are saved separately can not change their book location.
- When importing annotation to a book if the book location is different than the book's the message telling you that this book extra is not for this book appears...
So... We need good analysis for that, we can just import any annotations in any book, changing their book's location in the memory... Later when exporting the annotations the new book will be their book...
Note: See
TracTickets for help on using
tickets.