Merge pull request #8131 from gavindsouza/users-permissions-module

fix: log sub-module added under users and permissions
This commit is contained in:
mergify[bot] 2019-08-09 06:26:00 +00:00 committed by GitHub
commit f352968eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,4 +64,22 @@ def get_data():
}
]
},
{
"label": _("Logs"),
"icon": "fa fa-group",
"items": [
{
"type": "doctype",
"name": "Activity Log",
"label": _("Activity Log"),
"description": _("Activity Log by ")
},
{
"type": "doctype",
"name": "Access Log",
"label": _("Access Log"),
"description": _("View Log of all print, download and export events")
}
]
}
]