Ticket #1722 (closed bug: fixed)
An error appears when a book is embedded twice
Reported by: | deyan | Owned by: | mira |
---|---|---|---|
Priority: | critical | Milestone: | M09_BETA1 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | Total Hours: | ||
Analysis_owners: | danvisel | Design_owners: | mira |
Imp._owners: | mira | Test_owners: | |
Analysis_reviewers: | deyan | Changelog: | |
Design_reviewers: | pap | Imp._reviewers: | pap |
Test_reviewers: | Analysis_score: | 3.5 | |
Design_score: | 0 | Imp._score: | 3.5 |
Test_score: | 0 |
Description (last modified by pap) (diff)
Try to embed one book twice, an error appears.
The error appeared because a book could not be added twise to the local cache. This should be fixed in the BookStorager so that when a book is loaded a resource is always returned. This is either the new loaded book or the already loaded resource from the local chache.
When the same book is added to the books() list of the app an error message should appear. This should not be alowed.
Done. - [3787]
Attachments
Change History
comment:3 Changed 16 years ago by mira
- Owner set to mira
- Status changed from s1c_analysis_ok to s2a_design_started
- Description modified (diff)
comment:4 Changed 16 years ago by mira
- Design_owners set to mira
- Status changed from s2a_design_started to s2b_design_finished
- Imp._owners set to mira
comment:5 Changed 16 years ago by mira
- Status changed from s2b_design_finished to s2c_design_ok
- Description modified (diff)
comment:6 Changed 16 years ago by mira
- Status changed from s2c_design_ok to s3a_implementation_started
comment:7 Changed 16 years ago by mira
- Status changed from s3a_implementation_started to s3b_implementation_finished
- Description modified (diff)
comment:10 Changed 16 years ago by pap
- Status changed from s3b_implementation_finished to closed
- Design_reviewers set to pap
- Resolution set to fixed
- Imp._reviewers set to pap
Committed to trunk revision 3893
Note: See
TracTickets for help on using
tickets.