Bug 373 - An Editable table causes an error leading to reserved seats can booked again.
Summary: An Editable table causes an error leading to reserved seats can booked again.
Status: RESOLVED FIXED
Alias: None
Product: Concert Ticket Reservation & Purchase System
Classification: Unclassified
Component: Select seat (show other bugs)
Version: 6
Hardware: PC All
: --- critical
Assignee: Issac Pang
URL:
Depends on:
Blocks:
 
Reported: 2019-12-09 22:11 HKT by Issac Pang
Modified: 2019-12-09 22:11 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Issac Pang 2019-12-09 22:11:02 HKT
Problem: 
An Editable table causes an error leading to reserved seats can booked again. 

Steps to reproduce:
1.	Login 
2.	Select Concert 
3.	Select Concert Ticket
4.	Change the value in the table
5.	Choose the seat that just modified.

Expected Result: 
A seat with a star (*) should not be reserved as it is taken.
Comment 1 Issac Pang 2019-12-09 22:11:13 HKT
The bug fixed. The seat field of the table is now unchangeable by adding a statement (table.setEnabled(false);) in concert page.