Ticket #1201 (closed clarification: fixed)

Opened 12 months ago

Last modified 12 months ago

Re-order Issue removes all articles from that issue

Reported by: rcave Owned by: rcave
Priority: critical Milestone: 0.9.2
Component: ambra Version: 0.9.1_rc1
Keywords: Cc:

Description

In volumeManagement.action, issues are created and articles added to every issue. The issue order is:

info:doi/10.1371/issue.pntd.v02.i01,info:doi/10.1371/issue.pntd.v02.i02,info:doi/10.1371/issue.pntd.v02.i03

I then change the order of the issues:

info:doi/10.1371/issue.pntd.v02.i03,info:doi/10.1371/issue.pntd.v02.i01,info:doi/10.1371/issue.pntd.v02.i02

ALL articles are removed from ALL issues. There are no articles associated with this issue.

Change History

Changed 12 months ago by wtoconnor

  • status changed from new to assigned

Changed 12 months ago by wtoconnor

  • owner changed from wtoconnor to rich
  • status changed from assigned to new
  • type changed from defect to clarification

Should be fixed along with #1199

Changed 12 months ago by rcave

  • priority changed from high to critical
  • owner changed from rich to wtoconnor
  • type changed from clarification to defect

Not fixed. The article list is still being cleared after an issue re-order.

Changed 12 months ago by dragisak

(In [7548]) Get methods in entities should not set fields.

Because of lazy loading, all values in the entity might not be initialized when get method is called. So simpleCollection might not have been initialized when getArticleList is called.

Addresses #1201, #1215 and #1228

Changed 12 months ago by npeterson

  • owner changed from wtoconnor to rich
  • type changed from defect to clarification

Changed 12 months ago by rcave

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

Verified that the list of articles is not removed when issues are re-ordered.

Note: See TracTickets for help on using tickets.