Project

General

Profile

Actions

Feature #10937

closed

new user format #{lastname}

Added by Go MAEDA almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Resolution:
Fixed

Description

Please add new user format #{lastname}.

Calling by a last name is more common in a Japanese company than calling by a first name.

Index: app/models/user.rb
===================================================================
--- app/models/user.rb    (revision 9651)
+++ app/models/user.rb    (working copy)
@@ -32,6 +32,7 @@
     :firstname => {:string => '#{firstname}', :order => %w(firstname id)},
     :lastname_firstname => {:string => '#{lastname} #{firstname}', :order => %w(lastname firstname id)},
     :lastname_coma_firstname => {:string => '#{lastname}, #{firstname}', :order => %w(lastname firstname id)},
+    :lastname => {:string => '#{lastname}', :order => %w(lastname id)},
     :username => {:string => '#{login}', :order => %w(login id)},
   }

Related issues

Related to Redmine - Feature #12085: New user name format: firstname + first letter of lastnameClosedJean-Philippe Lang

Actions
Actions #1

Updated by Etienne Massip almost 12 years ago

  • Description updated (diff)
Actions #2

Updated by Etienne Massip almost 12 years ago

  • Target version set to Candidate for next minor release
Actions #3

Updated by Toshi MARUYAMA over 11 years ago

  • Target version changed from Candidate for next minor release to 2.2.0
  • % Done changed from 0 to 100
Actions #4

Updated by Jean-Philippe Lang over 11 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed
Actions

Also available in: Atom PDF