Revision: 4310
Author:   solomax666
Date:     Tue Sep 27 10:10:08 2011
Log:      Fixes issue 1403, Admin: string edit displays placelolders
http://code.google.com/p/openmeetings/source/detail?r=4310

Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/Fieldmanagment.java

=======================================
--- /trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/Fieldmanagment.java Mon Sep 26 09:24:15 2011 +++ /trunk/singlewebapp/src/app/org/openmeetings/app/data/basic/Fieldmanagment.java Tue Sep 27 10:10:08 2011
@@ -125,7 +125,7 @@
                        List<Fieldlanguagesvalues> fList = 
query.getResultList();

                        if (fList.size() > 0) {
-                               flv = performReplace(fList.get(0));
+ flv = fList.get(0); //replace should not be performed here to enable string editing via admin
                        }

                        return flv;

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to