Bug 978886
| Summary: | Ticket Monster: generated Administration section does not allow input of time in the date-time picker on initial input | ||
|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Vineet Reynolds <vpereira> |
| Component: | TicketMonster | Assignee: | Pete Muir <pmuir> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Tomas Repel <trepel> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.3.0 | CC: | bsutter, mnovotny, myarboro, ppenicka |
| Target Milestone: | --- | ||
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
The Calendar widget that is used to set the date and time of Performances and Shows does not allow to change the default 12:00:00 PM time. Consequently, users need to reopen the widget to modify the time. To work around the issue, add the showApplyButton attribute to the rich:calendar widget in the 'src/main/webapp/admin/performance/create.xhtml' file as follows:
<rich:calendar datePattern="MMM d, yyyy hh:mm:ss a" id="performanceBeanPerformanceDate" required="true" value="#{performanceBean.performance.date}" showApplyButton="true">
Then add it also in the 'src/main/webapp/admin/show/create.xhtml' file as follows:
<rich:calendar datePattern="MMM d, yyyy hh:mm:ss a" id="performanceBeanAddDate" value="#{performanceBean.add.date}" showApplyButton="true">
As a result of the workaround, users will be able to modify the default Performance or Show time without having to reopen the widget.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-17 21:36:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Vineet Reynolds
2013-06-27 09:26:17 UTC
Migrated to JIRA |