From d6e490d40211a568290780d58cd1c240e5251ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Thu, 16 Jun 2016 11:12:34 +0300 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3537fd1a..99534b676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +16.06.2016 +* EPP + * BUG: XML syntax error for poll and logout if optional clTRID is missing (#121580929) + * support for glue records with ipv6 addresses only (#120095555) + 15.06.2016 * Portal for registrants * Notice on login screen on limited access to Estonian electronic IDs (#120182999) From 6382d56266db13f322ea8b03b0431e48171461df Mon Sep 17 00:00:00 2001 From: Stas Date: Mon, 20 Jun 2016 18:03:34 +0300 Subject: [PATCH 2/2] 120093749-no_access_fix --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 7cee5b69e..7d7c46f65 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -27,7 +27,7 @@ module ApplicationHelper if ident.present? "#{ident} [#{ident_country_code} #{ident_type}]" else - "[No access]" + "[#{ident_country_code} #{ident_type}]" end end