- Status changed to Closed: outdated
about 1 year ago 8:48pm 27 March 2024 - πΊπΈUnited States smustgrave
Not seeing any issue around this on 8.x-2.x but if still a valid task please reopen
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.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Not seeing any issue around this on 8.x-2.x but if still a valid task please reopen