Active
Project:
Plup
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2012 at 10:19 UTC
Updated:
8 Nov 2012 at 07:33 UTC
Jump to comment: Most recent file
I'm using current alpha 1 of plup and the Transliterate module. But files uploaded via plup are not transliterated. Is this a known problem?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | plup-transliteration-1692850-5.patch | 985 bytes | adamgerthel |
Comments
Comment #1
sashken2 commentedI have this problem too.
Comment #2
derMatze commentedAny solution for this issue?
Comment #3
sludwig commentedYou could add translation functionality in function plup_field_attach_presave in file plup.module
Replace this:
with this:
With this all new uploaded files are transliterated when the node is saved, if the Transliteration Module is available.
Comment #4
sashken2 commentedsludwig, thanks! All works good!
ivanjaros, can you add it in dev version?
Comment #5
adamgerthel commentedHere's a patch based off of the code in #3