Ticket #1194 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

delete article failing

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

Description

Was able to successfully delete an article, but it took me to a strange double admin page (indicates an error in freemarker template), containing only a message that the delete had been successful (screenshot attached).

Change History

Changed 18 months ago by wtoconnor

  • owner changed from wtoconnor to rich

I believe this should be fixed. This is the delete on adminTop. The problem is similar to one we fixed for Ingest. I added JournalInfo? to serval of the pages that share the adminTop.ftl because adminTop.ftl requries the info. Some of the actions did not have Transactional annotations which caused a failure to read the journal info. The annotation was added to the adminService so it should have fixed this for everyone.

Please verify. The page renders but the article is not moved back to the ingest in my test.

Changed 18 months ago by rcave

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

Verified that the page renders correctly after an article delete.

Note: See TracTickets for help on using tickets.