Custom form operations longer than 32 chars are not supported

Created on 17 November 2017, almost 7 years ago
Updated 27 March 2024, 5 months ago

Before saving and when comparing form operations there needs to be a check for long form operation names, something like

if (strlen($form_op) > 32) {
  $form_op = hash('md5',$form_op); //md5 is 32chars long
}

Solution needed for views_data as it shows the value of the input.

πŸ“Œ Task
Status

Closed: outdated

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany kfritsche πŸ‡©πŸ‡ͺπŸ‡ͺπŸ‡Ί

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024