Patch is required for below issue:
1. Pdo exception for the codes already exists.
2. Dates should be +-15 years
3. Ajax validation of the registrations codes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | PDOException-when-duplicate-code-entered-2216681-11011829-7-x.patch | 6.7 KB | sh.manishshukla |
Comments
Comment #2
sh.manishshukla commentedAdded Patch for above issue...
Comment #3
sh.manishshukla commentedPatch is required for below issue:
1. Pdo exception for the codes already exists.
2. Dates should be +-15 years
3. Ajax validation of the registrations codes
Comment #4
sh.manishshukla commentedAdded patch for all the issue mentioned above.
Comment #5
sh.manishshukla commentedComment #6
rsingh27 commentedComment #8
azovsky commentedComment #10
tr commentedWhy was regcode_create_maxuses changed to a 'hidden' form field rather than keeping it as a 'textfield' ? I don't see any mention in this issue about why that was done, but the result is that in the 7.x-2.x branch we can no longer set the 'Maximum uses' in the UI. See #3221672: Missing multiple usage field
Comment #11
tr commentedAlso, these fixes were never put into the 8.x-1.x branch? So now we have to rediscover these problems and make the same fixes on 8.x-1.x?