[
https://issues.apache.org/jira/browse/VCL-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487947#comment-14487947
]
ASF subversion and git services commented on VCL-859:
-----------------------------------------------------
Commit 1672447 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1672447 ]
VCL-859 - disable image creation for images with root access disabled
requests.php:
-(unrelated) modified viewRequests: modified conditional that returns early if
$newbtnh == '' to also require $requests be empty so that users with active
reservations will still have access to them even if they no longer have access
to make new reservations
-modified viewRequests: added dialog to display when a user trys to create an
image from one where root access is disabled explaining why the user cannot
create an image from the reservation
-modified newReservationHTML: added array that keeps track of images where
image creation is not allowed due to root access being disabled for the image;
pass that array along in the continuation for starting the imaging process
-modified processRequestInput: added check for attempting to submit a
reservation for an image where root access has been disabled
resources.php: modified AJstartImage: added check for root access being
disabled, if so, return 'rootaccessnoimage' for the status which will trigger
the user being notified about not being able to create an image from current one
image.js: modified startImageCB: if returned status is 'rootaccessnoimage',
display dialog explaining that user does not have access to create images from
selected one
> disable image creation for images with root access disabled
> -----------------------------------------------------------
>
> Key: VCL-859
> URL: https://issues.apache.org/jira/browse/VCL-859
> Project: VCL
> Issue Type: Improvement
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.4.2
>
>
> Image creation should be disabled for images where root access is disabled
> when the owner of the reservation is not the owner of the image.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)