Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.0-b1
-
Component/s: None
-
Labels:None
Description
The `service_fields`.`key` is limited to 32 characters, but there is no input rule enforcing that limit, so it is possible that the database will error out or truncate the key to 32 characters when inserting new records.
- Add a key-length input rule for `service_fields`.`key`