##// END OF EJS Templates
Somehow ran out of unique identifiers....
Eric Davis -
r3645:e5ac73b7dc80
parent child
Show More
@@ -12,7 +12,7 class Project < ActiveRecord::Base
12
12
13 # Project#next_identifier is defined on Redmine
13 # Project#next_identifier is defined on Redmine
14 def self.next_identifier_from_object_daddy
14 def self.next_identifier_from_object_daddy
15 @last_identifier ||= 'project0'
15 @last_identifier ||= 'project-0000'
16 @last_identifier.succ!
16 @last_identifier.succ!
17 @last_identifier
17 @last_identifier
18 end
18 end
General Comments 0
You need to be logged in to leave comments. Login now