Skip to content

Commit

Permalink
Fixes #36591 - Fix the parameter value masking
Browse files Browse the repository at this point in the history
  • Loading branch information
girijaasoni committed Jul 17, 2023
1 parent 414c1c6 commit e9c6115
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/api/v2/parameters/base.json.rabl
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
object @parameter

attributes :id, :name, :parameter_type, :associated_type, :hidden_value?

node do
partial("api/v2/common/show_hidden", :locals => { :value => :value }, :object => @object)
end
attributes :id, :name, :value, :parameter_type, :associated_type, :hidden_value?

0 comments on commit e9c6115

Please sign in to comment.