mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Add publishable
contact field
This commit is contained in:
parent
9623b3e207
commit
5c129b24ef
6 changed files with 17 additions and 4 deletions
|
@ -72,6 +72,8 @@ module Api
|
|||
contact.disclosed_attributes = disclosed_attributes
|
||||
end
|
||||
|
||||
contact.publishable = reparsed_request_json[:publishable] if reparsed_request_json[:publishable]
|
||||
|
||||
logger.debug "Setting.address_processing is set to #{Setting.address_processing}"
|
||||
|
||||
if Setting.address_processing && params[:address]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue