[minor] Kanban permission, Calendar route (#2692)

* [fix] Calendar route in desk, notification frappe/erpnext#7670

* [kanban] set permission rule to All
This commit is contained in:
Faris Ansari 2017-02-09 12:52:01 +05:30 committed by Rushabh Mehta
parent 97764984e1
commit 0490efd1af
3 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ def get_data():
"type": "doctype",
"name": "Event",
"label": _("Calendar"),
"link": "Calendar/Event",
"link": "List/Event/Calendar",
"description": _("Event and other calendars."),
},
{

View file

@ -186,7 +186,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2017-02-01 14:06:34.667766",
"modified": "2017-02-09 12:23:30.059564",
"modified_by": "Administrator",
"module": "Desk",
"name": "Kanban Board",
@ -207,7 +207,7 @@
"print": 1,
"read": 1,
"report": 1,
"role": "Administrator",
"role": "All",
"set_user_permissions": 0,
"share": 1,
"submit": 0,

View file

@ -82,7 +82,7 @@ frappe.ui.notifications.add_notification = function(doctype, notifications_map)
frappe.ui.notifications.config = {
"ToDo": { label: __("To Do") },
"Chat": { label: __("Chat"), route: "chat"},
"Event": { label: __("Calendar"), route: "Calendar/Event" },
"Event": { label: __("Calendar"), route: "List/Event/Calendar" },
"Likes": {
label: __("Likes"),
click: function() {