We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I notices a bug. If you go to your demo page: https://symfony-collection.fuz.org/symfony3/basic/inATable
Delete the last two fields (Mininal bought quantity : 26 and 11).
Inspect the first field, you will see it has ID 'DiscountCollectionType_discounts_0_quantityFrom'
Now, do the following:
- Add element from the first field or duplicate the first field
You will notice, the new field have ID 'DiscountCollectionType_discounts_3_quantityFrom'.
The text was updated successfully, but these errors were encountered:
Anyone have a temporary solution to suggest doing to resolve this problem? Thank you
Sorry, something went wrong.
No branches or pull requests
Hello,
I notices a bug. If you go to your demo page:
https://symfony-collection.fuz.org/symfony3/basic/inATable
Delete the last two fields (Mininal bought quantity : 26 and 11).
Inspect the first field, you will see it has ID 'DiscountCollectionType_discounts_0_quantityFrom'
Now, do the following:
You will notice, the new field have ID 'DiscountCollectionType_discounts_3_quantityFrom'.
The text was updated successfully, but these errors were encountered: