Commit 026d9e34 authored by Sven Franck's avatar Sven Franck

added custom handler, update fields to available fields

parent fff04e25
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
"portal_type_source": "Person", "portal_type_source": "Person",
"portal_type_title": "person", "portal_type_title": "person",
"portal_type_fields": "person_fieldlist", "portal_type_fields": "person_fieldlist",
"portal_type_mapper": "person",
"initial_query": {"include_docs": true, "limit":[0,1]}, "initial_query": {"include_docs": true, "limit":[0,1]},
"form": true, "form": true,
"view": "FOO", "view": "web_view",
"property_dict": { "property_dict": {
"no_items": { "no_items": {
"message": "No person found", "message": "No person found",
...@@ -34,9 +35,8 @@ ...@@ -34,9 +35,8 @@
{"field": "last_name"}, {"field": "last_name"},
{"field": "default_email_text"}, {"field": "default_email_text"},
{"field": "default_telephone_text"}, {"field": "default_telephone_text"},
{"field": "default_mobile_telephone_text"},
{"field": "default_fax_text"}, {"field": "default_fax_text"},
{"field": "default_address_street"}, {"field": "default_address_street_address"},
{"field": "default_address_city"}, {"field": "default_address_city"},
{"field": "default_address_zip_code"}, {"field": "default_address_zip_code"},
{"field": "default_address_region"}, {"field": "default_address_region"},
...@@ -44,25 +44,10 @@ ...@@ -44,25 +44,10 @@
] ]
},{ },{
"position": "right", "position": "right",
"fieldlist": [ "fieldlist": []
{"field": "password"},
{"field": "password_confirm"},
{"field": "default_credential_question_question"},
{"field": "default_credential_question_question_free_text"},
{"field": "default_credential_question_answer"},
{"field": "date_of_birth"},
{"field": "corporate_name"},
{"field": "role_list"},
{"field": "activity_list"},
{"field": "work_function"},
{"field": "site"},
{"field": "skill_list"}
]
},{ },{
"position": "center", "position": "center",
"fieldlist": [ "fieldlist": []
{"field": "description"}
]
} }
], ],
"children": [{ "children": [{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment