Skip to content

Commit

Permalink
patch added
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashah115 committed Nov 6, 2017
1 parent 2e54b12 commit de299b4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
64 changes: 63 additions & 1 deletion frappe/core/doctype/activity_log/activity_log.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,68 @@
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_bulk_edit": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "timeline_doctype",
"fieldtype": "Link",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Timeline DocType",
"length": 0,
"no_copy": 0,
"options": "DocType",
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{
"allow_bulk_edit": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "timeline_name",
"fieldtype": "Dynamic Link",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Timeline Name",
"length": 0,
"no_copy": 0,
"options": "timeline_doctype",
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
}
],
"has_web_view": 0,
Expand All @@ -481,7 +543,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2017-10-06 17:44:50.062872",
"modified": "2017-11-06 16:05:09.073614",
"modified_by": "Administrator",
"module": "Core",
"name": "Activity Log",
Expand Down
2 changes: 1 addition & 1 deletion frappe/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ frappe.patches.v8_10.delete_static_web_page_from_global_search
frappe.patches.v8_x.add_bgn_xaf_xof_currencies
frappe.patches.v9_1.add_sms_sender_name_as_parameters
execute:frappe.get_single('Domain Settings').save()
frappe.patches.v9_x.move_feed_to_activity_log
frappe.patches.v9_1.move_feed_to_activity_log
Empty file removed frappe/patches/v9_x/__init__.py
Empty file.

0 comments on commit de299b4

Please sign in to comment.