Closed (outdated)
Project:
Webform Encrypt
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2018 at 17:57 UTC
Updated:
31 Jul 2026 at 11:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mirabuck commentedVery small patch attach to address this.
Comment #3
manuel garcia commentedThanks Andrew for the patch!
I'm not sure what version you've got? This function doesnt exist on 7.x-1.3
Comment #4
mirabuck commentedHi Manuel. Weird. Quite possible I'm missing something but if I download 7.x-1.3 via zip or clone it via git I see this function at line 134 of webform_encrypt.module:
The code I'm patching is on line 146.
Comment #5
manuel garcia commentedWow. I think something is really wrong with the repository....
I have now cherry-picked the commit into 7.x-1.x to mitigate the problem and get things back in order. Seems to be like the last tag
7.x-1.3is orphan form the main branch...:facepalm:In any case, the patch now applies cleanly so we can review it and move on.
Comment #6
lambic commentedWe discovered a few other small issues with these functions so I've tidied them up a bit more in this patch.
Worth noting that the encryption/decryption processes should probably use batch api so that they don't time out on forms with large numbers of submissions, but that's probably for another ticket.
Comment #7
joseph.olstadstill applies cleanly.
Comment #8
nicrodgers