Skip to content

Commit

Permalink
Fixes #13615: Bad explanation for generic variable overide priority c…
Browse files Browse the repository at this point in the history
…ause people making the opposite of what is needed
  • Loading branch information
fanf committed Oct 8, 2018
1 parent 47b15b1 commit 789c032
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,11 @@ class DirectiveEditForm(
<span tooltipid="priorityId" class="ruddericon tooltipable glyphicon glyphicon-question-sign" title=""></span>
<div class="tooltipContent" id="priorityId">
<h4> Priority </h4>
<p>Priority determines which <b> unique </b> Directive will be applied.</p>
<p>Unique Directives can be applied only once (ie. Time Settings), so only the highest priority will be appllied.</p>
<p>Priority has two uses depending if the technique from which that directive is derived is <b>Unique</b> or not.</p>
<p>Unique directives can be applied only once (for example Time Settings), so only the highest priority will be applied.</p>
<p>For <b>non-unique</b> directives, priority is used to choose the order of the directive application when applicable. The
highest priority directive comes first. Note that overriding variables definitions are the ones coming last.</p>
<p>More information is available in <a href="https://docs.rudder.io/reference/current/usage/advanced_configuration_management.html#_special_use_case_overriding_generic_variable_definition">documentation about ordering directive application</a>.</p>
</div>
</span>
</div>
Expand Down

0 comments on commit 789c032

Please sign in to comment.