Skip to content

Commit

Permalink
RANGER-4290: Adding uiHint attribute in policy condition
Browse files Browse the repository at this point in the history
Signed-off-by: Mehul Parikh <mehul@apache.org>
  • Loading branch information
Sanket-Shelar authored and mehulbparikh committed Aug 30, 2023
1 parent a534a51 commit 3a121a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ boolean addImplicitConditionExpressionIfNeeded(RangerServiceDef serviceDef) {
conditionDef.setDescription(IMPLICIT_CONDITION_EXPRESSION_DESC);
conditionDef.setEvaluator(IMPLICIT_CONDITION_EXPRESSION_EVALUATOR);
conditionDef.setEvaluatorOptions(options);

conditionDef.setUiHint("{ \"isMultiline\":true }");
conditionDefs.add(conditionDef);

serviceDef.setPolicyConditions(conditionDefs);
Expand Down

0 comments on commit 3a121a8

Please sign in to comment.