From 4949cda23afcb60efc4485a36835041478605753 Mon Sep 17 00:00:00 2001 From: RomanSteinberg <romanofficial@yandex.ru> Date: Thu, 3 Sep 2015 22:36:51 +0300 Subject: [PATCH] FIX: big report link --- Makefile | 2 +- deploy/phpConfig/sidePanel/dean.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ab493b6e..1df932a0b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ deploy: DB_deploy Tasker_deploy # copy server files copy_files: Tasker_deploy $(GULP) --release --force - rsync -ru --exclude="application/config" --exclude="news.md" --exclude="updates.md" \ + rsync -ru --info=PROGRESS2 --exclude="application/config" --exclude="news.md" --exclude="updates.md" \ \~dev_rating/ $(DST_PATH) # server deploy without fix diff --git a/deploy/phpConfig/sidePanel/dean.json b/deploy/phpConfig/sidePanel/dean.json index 4c6f75c93..955ebec8f 100644 --- a/deploy/phpConfig/sidePanel/dean.json +++ b/deploy/phpConfig/sidePanel/dean.json @@ -20,7 +20,7 @@ "Title": "Отчеты", "Items": [ { "Title": "Ведомости", "Anchor": "sheets" }, - { "Title": "Сводная ведомость", "Anchor": "attestation" } + { "Title": "Сводная ведомость", "Anchor": "groups/bill" } ] }, { -- GitLab