#1504 closed enhancement (fixed)

Allow longer PAD values in JSON files

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.48.5
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The PAD values is currently limited to 20 characters. There are cases with longer PAD values that can't be imported due to this. The long PAD values have extra character that should be removed, but it is better to do this in the referral form registration wizard instead of stopping the import and having to modify the JSON.

Change History (1)

comment:1 by Nicklas Nordborg, 12 months ago

Resolution: fixed
Status: newclosed

In 7283:

Fixes #1504: Allow longer PAD values in JSON files

Changed the PAD validation to accept up to 50 characters, but if the value is longer than 20 a warning is issued.

Note: See TracTickets for help on using tickets.