I can not get the enabled policies in the list of policies for Hive.

When I type "status=true", I can get the enabled policies.

I looked up source code and found the cause of this problem.
https://github.com/hortonworks/ranger-release/blob/HDP-2.4.0.0-tag/security-admin/src/main/java/org/...
AppConstants.STATUS_DISABLED and AppConstants.STATUS_ENABLED are used for the statusEnum. However, these values don't exist. I think that RangerCommonEnums.STATUS_DISABLED and RangerCommonEnums.STATUS_ENABLED are proper values.
Please check the source code of Ranger.