Bug 373

Summary: An Editable table causes an error leading to reserved seats can booked again.
Product: Concert Ticket Reservation & Purchase System Reporter: Issac Pang <cherrie051098>
Component: Select seatAssignee: Issac Pang <cherrie051098>
Status: RESOLVED FIXED    
Severity: critical    
Priority: ---    
Version: 6   
Hardware: PC   
OS: All   

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.