Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users should be able to select seats in any one of the seat Quality but not both. #6

Closed
rittamdebnath opened this issue Jun 16, 2016 · 1 comment

Comments

@rittamdebnath
Copy link
Owner

rittamdebnath commented Jun 16, 2016

lets say that user have selected 3 seat quantity and chose to select from premium then the user should not be able to select one seat in premium then jump to 'standard' and select the remaining two in standard seat quality.

Important

  • The user should select all the 3 from one seat quality only.
  • i.e. SeatsLeft should reset to the selectedQuantity for every change in the seatQuality and uncheck all the previously checked seats.
@rittamdebnath rittamdebnath changed the title Users should be able to select seats in any one of the seat Quality not both. Users should be able to select seats in any one of the seat Quality but not both. Jun 16, 2016
@jimut
Copy link
Contributor

jimut commented Jun 30, 2016

I worked on the ver1.1 branch.
The above issue can be solved if the following two line are added at the end of showQuality function in service.js.

this.availCount.val = this.availCount.id;  
removeAllCheck();

rittamdebnath added a commit that referenced this issue Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants