Commit 2f7443cf authored by Sven Franck's avatar Sven Franck

data: removed bug_posting portal_type (unused)

parent f970ac68
{
"portal_type_source": "Bug Posting",
"portal_type_title": "bug_posting",
"initial_query": {"include_docs": true },
"property_dict": {
"no_content": true
},
"scheme": [],
"children": []
}
This diff is collapsed.
{
"portal_type_source": "Bug Posting",
"portal_type_title": "bug_posting",
"initial_query": {"include_docs": true, "limit":[0,1]},
"property_dict": {
"initial_query_url_identifier": "_id",
"force_new": true,
"skip_total_records": true,
"submit_to": "#bug_report_module",
"wrap_gadget": 1
},
"scheme": [{
"position": "left",
"field_list": [
{"field": "bug_title"},
{"field": "bug_priority"},
{"type": "hr", "direct": {"className": "ui-hr ui-hr-active"}},
{"field": "bug_filed_by_name"},
{"field": "bug_filed_by_email"},
{"field": "bug_icon", "overrides": {"widget": {"hidden": true, "default_value": "bug"}}},
{"field": "ticket_status", "overrides": {"widget": {"hidden": true, "default_value": "open"}}}
]
}, {
"position": "right",
"field_list": [
{"field": "bug_description"}
]
}
],
"children": [{
"generate": "widget",
"type": "form",
"property_dict": {
"class_list": "",
"dynamic": true,
"map_children": "formItem",
"editable": true,
"secure": "default",
"secret_hash": "foo",
"public_key": "6Ldpb-oSAAAAAGwriKpk4ol1n4yjN_as6M4xv0zA"
},
"children": [{
"generate": "widget",
"type": "controlgroup",
"property_dict": {
"class_list": "center",
"direction": "horizontal"
},
"children": [{
"type": "a",
"direct": {"href": "#home", "className": "translate ui-btn ui-btn-icon-left ui-icon-carat-l"},
"attributes": {"data-i18n": "portal_type_dict.bug_posting_dict.text_dict.back"}
}, {
"type": "input",
"direct": {"className": "action translate"},
"attributes": {"type": "submit", "data-action":"update", "data-iconpos": "right", "data-icon":"bell-o", "data-theme": "active", "data-i18n":"[value]portal_type_dict.bug_posting_dict.text_dict.submit"}
}]
}]
}]
}
{
"property_dict": {},
"children": [
{
"generate": "widget",
"type": "page",
"property_dict": {
"title_i18n": "portal_type_dict.bug_posting_dict.text_dict.post_a_bug",
"theme": "slapos-white"
},
"view_dict": {
"default": [
{"href": "bug_posting_file"}
]
}
}
]
}
[
{
"_id": "ticket001",
"bug_title": "Site does not load",
"bug_description": "When I open www.foo.bar, I don't see anything. \n How can this be?",
"bug_filed_by_name": "John Doe",
"bug_filed_by_email": "john@doe.com",
"bug_priority": "4",
"bug_created": "2014/04/10",
"bug_icon": "bug",
"ticket_status": "Open"
}
]
\ No newline at end of file
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