mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Import user accounts from CSV file (#33102).
Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1295,3 +1295,4 @@ en:
|
||||
text_project_is_public_non_member: Public projects and their contents are available to all logged-in users.
|
||||
text_project_is_public_anonymous: Public projects and their contents are openly available on the network.
|
||||
label_import_time_entries: Import time entries
|
||||
label_import_users: Import users
|
||||
|
||||
@@ -66,6 +66,7 @@ Rails.application.routes.draw do
|
||||
|
||||
get '/issues/imports/new', :to => 'imports#new', :defaults => { :type => 'IssueImport' }, :as => 'new_issues_import'
|
||||
get '/time_entries/imports/new', :to => 'imports#new', :defaults => { :type => 'TimeEntryImport' }, :as => 'new_time_entries_import'
|
||||
get '/users/imports/new', :to => 'imports#new', :defaults => { :type => 'UserImport' }, :as => 'new_users_import'
|
||||
post '/imports', :to => 'imports#create', :as => 'imports'
|
||||
get '/imports/:id', :to => 'imports#show', :as => 'import'
|
||||
match '/imports/:id/settings', :to => 'imports#settings', :via => [:get, :post], :as => 'import_settings'
|
||||
|
||||
Reference in New Issue
Block a user