[
https://issues.apache.org/jira/browse/VCL-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382634#comment-15382634
]
ASF subversion and git services commented on VCL-956:
-----------------------------------------------------
Commit 1753271 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1753271 ]
VCL-956 - display reservation times in user's own timezone
requests.php: modified viewRequests: added offsetreloading variable to printed
javascript block to act as a flag that the page is getting reloaded
newresservercommon.js: modified populateProfileStore: added check for
offsetreloading being defined and set to 1; if so, do not make AJAX call to
populate profile store; there was a race condition where the initial page load
would continue even after the browser started to reload the page that caused
the continuation to get deleted from the database from the initial page load,
after it was populated into the database from the 2nd page load, but before the
2nd page load attempted the AJAX call to load it; therefore, when the 2nd page
load tried to load it, it had already been deleted from the database
> display reservation times in user's own timezone
> ------------------------------------------------
>
> Key: VCL-956
> URL: https://issues.apache.org/jira/browse/VCL-956
> Project: VCL
> Issue Type: Improvement
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> Reservation times should be displayed in the user's own timezone rather than
> the server's time zone. There is also a bug related to this where javascript
> is used to check the selected start time before submitting a reservation.
> This can prevent a users from submitting reservations for certain times when
> they are in different timezones from the server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)