[
https://issues.apache.org/jira/browse/VCL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157040#comment-14157040
]
ASF subversion and git services commented on VCL-178:
-----------------------------------------------------
Commit 1629055 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1629055 ]
VCL-178 - enable checkuser flag for per reservation instead of image only
used method of having a special user group named "Allow No User Check" to
determine who gets to see the checkbox that disables timeouts for disconnected
users
requests.php:
-modified newReservationHTML and AJeditRequest: added $nousercheck and related
HTML content
-modified AJnewRequest: added checkuser argument when calling addRequest
-modified AJsubmitEditRequest: handle newnousercheck; reworked how updates are
done for serverrequest and request tables
-modified AJconfirmDeleteRequestProduction: changed preg_replace wrap character
count from 60 to 48
-modified processRequestInput: added nousercheck
utils.php:
-modified addRequest: added $checkuser as argument and insert to request table
-modified getRequestInfo: added checkuser to returned data
xmlrpcWrappers.php: modified XMLRPCaddRequest and XMLRPCaddRequestWithEnding:
added $nousercheck argument
requests.js:
-modified resetNewResDlg: added reset for nousercheck
-modified selectResType: hide/unhide nousercheckspan at proper times
-modified getDeployData and submitEditReservation: added nousercheck to
submitted data
-modified hideEditResDlg: destroy newnousercheck
> enable checkuser flag for per reservation instead of image only
> ---------------------------------------------------------------
>
> Key: VCL-178
> URL: https://issues.apache.org/jira/browse/VCL-178
> Project: VCL
> Issue Type: New Feature
> Components: database, vcld (backend), web gui (frontend)
> Reporter: Aaron Peeler
> Fix For: 2.4
>
>
> Occasionally a specific user will need the ability to have checkuser flag
> disable so the reservation is not reclaimed if the user disconnects. This
> would apply to a sysadmin or a researcher versus a 1st yr student.
> In addition to the image profile, add checkuser flag to the reservation table
> so this can be enabled on a per user/reservation basis in addition to the
> image profile.
> This would be for sysadmins, higher level users and user groups, such as the
> boss, etc. Set this flag based a per-user and/or on a user group attribute
> setting.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)