Skip to content

Commit

Permalink
RANGER-4402: Active role version is not updated while plugin download
Browse files Browse the repository at this point in the history
Signed-off-by: Dineshkumar Yadav <dineshkumar.yadav@outlook.com>
  • Loading branch information
kishorgollapalliwar authored and dineshkumar-yadav committed Sep 20, 2023
1 parent 21b2aeb commit a280d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public void setRoleActiveVersion(Long roleActiveVersion) {

@JsonIgnore
public Long getRoleActiveVersion() {
String activeVersionString = getInfo().get(PLUGIN_INFO_POLICY_ACTIVE_VERSION);
String activeVersionString = getInfo().get(PLUGIN_INFO_ROLE_ACTIVE_VERSION);
return StringUtils.isNotBlank(activeVersionString) ? Long.valueOf(activeVersionString) : null;
}

Expand Down

0 comments on commit a280d1d

Please sign in to comment.