Ticket #1173 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

can't figure out how to edit/order issue

Reported by: russ Assigned to: rich
Priority: high Milestone: 0.9.2
Component: ambra Version: 0.9.1_rc1
Keywords: issue admin Cc:
Blocking: Blocked By:

Description

http://ploscompbiol.test.092.full/admin/manageVirtualJournals.action

displays the single volume in pcbi on this instance


http://ploscompbiol.test.092.full/admin/volumeManagement.action?volumeURI=info%3Adoi%2F10.1371%2Fvolume.pcbi.v04

allows us to edit the volume


however, neither page gives us links to view/edit issues.

there are 10 issues in the volume:

http://ploscompbiol.test.092.full/article/browseVolume.action?field=volume

Dependency Graph

Change History

(follow-up: ↓ 2 ) 03/17/09 16:42:55 changed by wtoconnor

  • status changed from new to assigned.

It looks like te volumeManagement.ftl does not handle a null imageURI with a default causing the page to not render. Since it does not fully render the are for updating the Issues is not visible hence Russ cannot figure out how to use it. fully expect him to figure out how to use it once it is visible.

The fix is to remove the ability to set and image UIR for volumes since they are not used.

(in reply to: ↑ 1 ) 03/17/09 16:44:18 changed by wtoconnor

Replying to wtoconnor:

It looks like te volumeManagement.ftl does not handle a null imageURI with a default causing the page to not render. Since it does not fully render the are for updating the Issues is not visible hence Russ cannot figure out how to use it. fully expect him to figure out how to use it once it is visible. The fix is to remove the ability to set and image UIR for volumes since they are not used. Did I look at the spelling before I submitted no.

03/18/09 12:02:26 changed by wtoconnor

(In [7466]) Unable to edit or order issues. This was because the volumeManagment.ftl did not have a default value for the image URI. The resulting template error prevents the rest of the page from displaying. Removed the volume image URI.

Addresses #1173

03/18/09 12:06:14 changed by wtoconnor

(In [7467]) Need to keep simple collection sync'd with the issue list because there is a query that references it in ArticleOtmService?.

References #1173

03/18/09 17:05:32 changed by wtoconnor

  • owner changed from wtoconnor to rich.
  • status changed from assigned to new.

Should be fixed

03/19/09 14:27:03 changed by rich

  • status changed from new to closed.
  • resolution set to fixed.

Verified that issue ordering is working correctly in volumeManagement.action and that issue ordering is being respected in browseVolume.action