A user (eibcpowell@aol.com 340) submitted a storybook(603) for publishing. Overtime, one of retina_3_5_screenshot and retina_4_0_screenshot went missing. The Images corresponding to one of the ids in each array were deleted somehow.
Scrutinize the publishing process and see what is wrong with it.
The publishing request itself wont validate unless all the screenshot assigned to it exist in the database. My conjecture is that the author went ahead and destroyed the images in screenshot array but screenshot array did not update itself after deletion of images. This causes error of missing screenshot.
A user (eibcpowell@aol.com 340) submitted a storybook(603) for publishing. Overtime, one of
retina_3_5_screenshot
andretina_4_0_screenshot
went missing. The Images corresponding to one of the ids in each array were deleted somehow.Scrutinize the publishing process and see what is wrong with it.
The publishing request itself wont validate unless all the screenshot assigned to it exist in the database. My conjecture is that the author went ahead and destroyed the images in screenshot array but screenshot array did not update itself after deletion of images. This causes error of missing screenshot.