Search found 6 matches
- Tue Feb 19, 2013 10:01 am
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
Re: Problem with editing Profile Data
You're right, had the old file opened. Under 2013 it's Line 148.
- Tue Feb 19, 2013 9:36 am
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
Re: Problem with editing Profile Data
I worked around the problem by removing the maxLength definition in Line 139 from
/home/openemm/webapps/openemm/recipient/recipient-view.jsp
maxlength='<%= (String) pageContext.getAttribute("_agnTbl_data_length") %>'
/home/openemm/webapps/openemm/recipient/recipient-view.jsp
maxlength='<%= (String) pageContext.getAttribute("_agnTbl_data_length") %>'
- Fri Feb 15, 2013 4:07 pm
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
Re: Problem with editing Profile Data
This field are being used since OpenEMM 6.3 (maybe even older), maybe that's why they are double. Anyway, I don't think that it's a Problem with the double value. You can see in the mysql output that there is a Field "test", I created this one under 2013 because I had a similar guess, but ...
- Thu Feb 14, 2013 2:14 pm
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
- Thu Feb 14, 2013 1:12 pm
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
Re: Problem with editing Profile Data
On the second screenshot you can see the field "Interessent", after selecting this field and trying to enter an number (1 in this case), it won't show up. No matter if I want to enter a number or letter it just won't let me enter anything. Only possibility is to leave the field empty or wi...
- Fri Feb 08, 2013 3:31 pm
- Forum: Bugs, bug fixes & releases
- Topic: Problem with editing Profile Data
- Replies: 13
- Views: 15769
Problem with editing Profile Data
After the update to 2013 I have the problem that i can't edit any custom Data Fields (Numeric) for an receipient. I used the manual method to update from 2011 to 2013. Everything else seems to work fine just can't edit. Looking at the Source Code reveals that he creates the input fields with maxleng...