Hysnije created FINERACT-2607:
---------------------------------
Summary: Statuses are never returned on the /audits/searchtemplate
endpoints
Key: FINERACT-2607
URL: https://issues.apache.org/jira/browse/FINERACT-2607
Project: Apache Fineract
Issue Type: Bug
Environment: Demo
Reporter: Hysnije
Attachments: image-2026-05-15-10-31-54-598.png
Statuses on {{audits/searchtemplate}} endpoint are retrieved from the
r_enum_value table
[https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java#L504]
but this table never persists values for "status" enum, hence statuses are
never returned
!image-2026-05-15-10-31-54-598.png!
They were persisted on old migration files
[https://github.com/apache/fineract/blob/develop/fineract-db/old-schema-files/0002-mifosx-base-reference-data-utf8.sql#L50-L55]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)