[
https://issues.apache.org/jira/browse/VCL-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244549#comment-14244549
]
ASF subversion and git services commented on VCL-780:
-----------------------------------------------------
Commit 1645017 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1645017 ]
VCL-780 - combine new reservation and current reservations pages
fixed a problem where when the Reservations page is initially loaded, an image
only has 1 revision. So, the data for imagestore contains 'revisions' = 0.
However, if a user creates a new revision and never leaves the page, once the
revision has been captured, the user will not be prompted to select a revision.
Fixed this by setting 'revisions' in imagestore for the image to 1. There is a
problem that needs to be fixed later where the new revision will not show up in
the prompting until it is finished and has 'deleted' set to 0. This results in
a user being prompted to select a revision when only 1 revision exists until
the catpure is finished.
image.php: modified AJupdateImage: send imageid back with returned data
requests.php: modified newReservationHTML: changed imagestore from
ItemFileReadStore to ItemFileWriteStore so we can change the value of
'revisions'
image.js: modified submitUpdateImageClickthroughCB: update value of 'revisions'
for entry in imagestore to = 1 so that user will get prompted to select an
image revision
> combine new reservation and current reservations pages
> ------------------------------------------------------
>
> Key: VCL-780
> URL: https://issues.apache.org/jira/browse/VCL-780
> Project: VCL
> Issue Type: Improvement
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.4
>
>
> Combine New Reservation and Current Reservations pages into a single dynamic
> page where new reservations are added through a dialog box that pops up over
> the list of current reservations
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)