Commit 19e52066 authored by Dave Pisek's avatar Dave Pisek

Review feedback: remove deprecation

parent 369f8ee6
...@@ -12,7 +12,7 @@ module EE ...@@ -12,7 +12,7 @@ module EE
end end
def jira_vulnerabilities_integration_available? def jira_vulnerabilities_integration_available?
parent.present? ? parent&.feature_available?(:jira_vulnerabilities_integration) : License.feature_available?(:jira_vulnerabilities_integration) parent.present? ? parent.licensed_feature_available?(:jira_vulnerabilities_integration) : License.feature_available?(:jira_vulnerabilities_integration)
end end
def jira_vulnerabilities_integration_enabled? def jira_vulnerabilities_integration_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment