We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9623dd commit ad43fd6Copy full SHA for ad43fd6
app/controllers/application_controller/ci_processing.rb
@@ -349,7 +349,7 @@ def syncvms
349
# Refresh the power states for selected or single VMs
350
def refreshvms(privilege = DEFAULT_PRIVILEGE)
351
if privilege == DEFAULT_PRIVILEGE
352
- ActiveSupport::Deprecation.warn(<<-MSG.strip_heredoc)
+ Vmdb::Deprecation.warn(<<-MSG.strip_heredoc, caller_locations[1..-1])
353
Please pass the privilege you want to check for when refreshing
354
MSG
355
privilege = params[:pressed]
0 commit comments