Merge pull request #1211 from xmera-circle/highlight_admin_menu_item

Highlight admin menu item and very little fix of ProjectPatch#copy
This commit is contained in:
Karel Picman 2021-02-19 14:03:22 +01:00 committed by GitHub
commit 366260fa89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/test/fixtures/files/**
!/test/fixtures/files/2017/**
Gemfile.lock
.history

View File

@ -22,6 +22,7 @@
class DmsfWorkflowsController < ApplicationController
model_object DmsfWorkflow
menu_item :dmsf_approvalworkflows
before_action :find_model_object, except: [:create, :new, :index, :assign, :assignment]
before_action :find_project

View File

@ -315,7 +315,7 @@ de:
label_links_only: nur Verknüpfungen
label_display_notified_recipients: Zeige benachrichtigte Empfänger
note_display_notified_recipients: Der Benutzer wird darüber informiert, wer die Empfänger der E-mail-Benachrichtigungen sind.
note_display_notified_recipients: Der Benutzer wird darüber informiert, wer die Empfänger der E-Mail-Benachrichtigungen sind.
warning_email_notifications: "E-Mailbenachrichtigung wurde gesendet an %{to}"
link_trash_bin: Papierkorb

View File

@ -39,6 +39,8 @@ module RedmineDmsf
send "copy_#{name}", project
end
save
else
false
end
end