From 05429d11920e3c0fdc1368a2dbbf2b776f975061 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 20 Jun 2019 09:58:00 +0200 Subject: [PATCH] Link directly to .../pages when auto-adding CRM app --- system/autosetup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/autosetup.go b/system/autosetup.go index 62312b16d..2c5ed37e2 100644 --- a/system/autosetup.go +++ b/system/autosetup.go @@ -46,7 +46,7 @@ func makeDefaultApplications(ctx context.Context, cmd *cobra.Command, c *cli.Con Listed: true, Icon: "/applications/crust_favicon.png", Logo: "/applications/crust.jpg", - Url: "/compose/ns/crm", + Url: "/compose/ns/crm/pages", }, }, }