Exception when edititing profile fields

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

markus
Posts: 31
Joined: Tue Oct 24, 2006 1:15 pm

Exception when edititing profile fields

Post by markus »

A char type profile was added to the openemm customer profile.
When I try to edit the profile fields the following exception shows up:
Ursache: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "fieldType.CHAR"
The entry in the field table looks ok:

Code: Select all

INSERT INTO `customer_field_tbl` (`company_id`, `col_name`, `admin_id`, `shortname`, `description`, `default_value`, `mode_edit`, `mode_insert`) VALUES  (1, 'intern', 0, 'intern', 'Test Profile Field Descr', 'n', 0, 0);
Can I remove the field in the db? I could delete the line from customer_field_tbl and remove the appropriate column from customer_1_tbl. Are these the only tables that are changed when creating a new profile field?

Thanks in advance!