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

Comments

sh.manishshukla created an issue. See original summary.

sh.manishshukla’s picture

Added Patch for above issue...

sh.manishshukla’s picture

Title: Activation and expiry dates are null when selected more then 5-10 years » Required Patch for ajax validation, Remove PDOexception for already exists code and date fields to reduce +-15
Issue summary: View changes

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

sh.manishshukla’s picture

Added patch for all the issue mentioned above.

sh.manishshukla’s picture

Issue summary: View changes
rsingh27’s picture

Status: Needs work » Reviewed & tested by the community

  • azovsky committed c5a21c1 on 7.x-2.x
    Issue #2781241 by @sh.manishshukla: ajax validation
    
azovsky’s picture

Assigned: sh.manishshukla » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tr’s picture

Why 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

tr’s picture

Also, 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?