Skip to content

Commit

Permalink
Merge branch 'bug_19819/the_information_pointer_on_generic_method_doe…
Browse files Browse the repository at this point in the history
…sn_t_display_information_pr' into branches/rudder/7.0
  • Loading branch information
Jenkins CI committed Aug 20, 2021
2 parents 1d6f681 + d3b287b commit cff180b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -14,6 +14,7 @@ import Dom.DragDrop as DragDrop
import Dom exposing (..)
import Json.Decode
import AgentValueParser exposing (..)
import ViewMethodsList exposing (getTooltipContent)
--
-- This file deals with one method container (condition, parameters, etc)
--
Expand Down Expand Up @@ -395,7 +396,7 @@ callBody model ui call pid =
|> addAttributeList
[ class deprecatedClass
, attribute "data-toggle" "popover", attribute "data-trigger" "hover", attribute "data-container" "body"
, attribute "data-placement" "auto", attribute "data-title" method.name, attribute "data-content" "{{getTooltipContent(method_call)}}"
, attribute "data-placement" "auto", attribute "data-title" method.name, attribute "data-content" (getTooltipContent method)
, attribute "data-html" "true"
]
)
Expand Down

0 comments on commit cff180b

Please sign in to comment.