Ticket #2068 (closed bug)
[natives] Clicking on "Open Book Extra from File" throws an exception
Reported by: | milen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | milen | Design_owners: | deni |
Imp._owners: | deni | Test_owners: | |
Analysis_reviewers: | deni | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 3 | Imp._score: | 3 |
Test_score: | 0 |
Description (last modified by milen) (diff)
"Open Book Extra from File" button is located in Right flap -> BookExtras tab -> Book Extras palette.
Change History
comment:1 Changed 16 years ago by milen
- Summary changed from [natives] Clicking on "Open Book Extra from" throws an exception to [natives] Clicking on "Open Book Extra from File" throws an exception
comment:2 Changed 16 years ago by milen
- Status changed from new to s1b_analysis_finished
- Description modified (diff)
comment:3 Changed 15 years ago by deni
- Status changed from s1b_analysis_finished to s2a_design_started
comment:4 Changed 15 years ago by deni
- Status changed from s2a_design_started to s3b_implementation_finished
- Since the Book Extras Palette and All Annotations Palette do not differ much, they will be combined in a single palette wit hthe following buttons:
- Import Annotations
- Export Annotations
- Select as Current
- Show/Hide selected extra
- Close Extra
- New Annotation Set
- Move showHideButton() and closeButton from BookExtrasPalette to AllAnnotationsPalette and the appropriate operations from BookExtrasLogic to AnnotationsLogic.
- Make sure that all buttons are active when appropriate.
- 'Import Annotations' button is curretly not working.
- Remove the check that the filename ends with .sjrb from getTopRef method in FileLocator .
- This does not improve much the implementation of getTopRef , but there is no time to implement distrib locator which should be used for loading server accounts.
- Make sure that annotation sets automatically become current when appropriate.
- when a new annotation set is created - in createNewAnnotationSet(BookView view) in AnnotationsUtil
- when an annotation set is shown - in BookExtrasState show(ResourceRefR4 ref) in BookExtrasState
- Source code: [7537]
comment:5 Changed 15 years ago by deni
- Reverted my changes from FileLocator and changed the extension of annotation sets to sjrb in [7564]
comment:6 Changed 15 years ago by meddle
- Design_owners set to deni
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._owners set to deni
- Analysis_reviewers set to deni
- Analysis_score changed from 0 to 3
- Imp._reviewers set to meddle, todor
- Design_score changed from 0 to 3
- Design_reviewers set to meddle
- Imp._score changed from 0 to 3
Merged to the trunk at [7585]... Problem when you open saved extra as book and book as extra :) may be new ticket for this...
Write your names in the fields!!!!!!!!!!!!!!!!!!
3p (25m)
Note: See
TracTickets for help on using
tickets.