|
Description:
|
The functional Git patch for TicketMonster (containing the functional fixes) need to be enhanced to fix the following issues in JDF-161:
1. The Section selector shows all existing sections, not only sections of selected venue.
2. The showApplyButton expression is not generated despite the fix in FORGE-913. This results in the Apply button not available in the RichFaces calendars, resulting in time values defaulted to 12:00 PM for timestamps (datetime values). Although the time values can be modified again by users, having the apply button visible on opening the calendar widget is desirable to prevent documenting a workaround to selecting time values.
3. Uni-directional relationships onto an Entity are not considered during generation of code for the deletion logic in managed beans. Forge and Metawidget are unaware of these uni-directional relationships that exist in other JPA entities, and reference the entity being scaffolded, thus resulting in code missing from the deletion logic.
|