VCL-1145 - incorrect prompting for users to set image revision as production

requests.php:
-modified viewRequests: added imageadmin to continuation data for AJconfirmDeleteRequest to track if the owner of the reservation has admin access to the image
-modified viewRequestInfo: added imageadmin (set to 0) to continuation data for AJconfirmDeleteRequest since the person deleting it generally wouldn't be trying to change the production revision of an image going this route
-modified AJconfirmDeleteRequest: get imageadmin from continuation data; check for $imageadmin being true as part of checks before sending user down route to have the option to set the image as production
1 file changed