mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Merge branch '109367694-epp-id-conventions' into staging
This commit is contained in:
commit
02e08a5b15
4 changed files with 19 additions and 21 deletions
|
@ -67,7 +67,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def user_log_str(user)
|
||||
user.nil? ? 'public' : user.string
|
||||
user.nil? ? 'public' : user.id_role_username
|
||||
end
|
||||
|
||||
def comma_support_for(parent_key, key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue