[jsword-devel] [JIRA] Commented: (JS-130) IndexDownloader does not set IndexStatus after downloading an index

Martin Denham (JIRA) jira at crosswire.org
Tue Nov 30 05:10:37 MST 2010


    [ http://www.crosswire.org/bugs/browse/JS-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13582#action_13582 ] 

Martin Denham commented on JS-130:
----------------------------------

Wow, now I can do everything to all issues - Edit, Assign, Comment, Close, Resolve, Reopen.  I think there may be a general problem with permissions across projects and not just JSword so it may be worth raising an issue or posting a mail to the Sword group.  I will let you (DM) do that if you think it is required.

Some projects take the approach that the person who raised an issue should be able to Resolve it but not to Close it.  I don't think I should have all privileges on all issues.

Taking the approach I saw mentioned elsewhere I have Resolved this issue and somebody (DM?) should now Close it. 

> IndexDownloader does not set IndexStatus after downloading an index
> -------------------------------------------------------------------
>
>                 Key: JS-130
>                 URL: http://www.crosswire.org/bugs/browse/JS-130
>             Project: JSword
>          Issue Type: Bug
>          Components: o.c.jsword.util
>            Reporter: Martin Denham
>            Assignee: DM Smith
>
> I found it necessary to set the index status after downloading an index in IndexDownloader.downloadIndex(..)
> Just before the finally I added
>             book.deactivate(null);
>             book.activate(null);
>             book.setIndexStatus(IndexStatus.DONE);
> I think the deactivation and reactivation is probably unnecessary but believe the index status needs to be set.  In other words my code started working after I added setIndexStatus but not before.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.crosswire.org/bugs/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jsword-devel mailing list