adamsaghy commented on code in PR #6365:
URL: https://github.com/apache/fineract/pull/6365#discussion_r3914630953
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/dataqueries/data/EntityDataTableChecksData.java:
##########
@@ -20,23 +20,24 @@
import java.io.Serializable;
import org.apache.fineract.infrastructure.core.data.EnumOptionData;
+import org.apache.fineract.infrastructure.core.data.StringEnumOptionData;
/**
* Immutable data object for role data.
*/
public class EntityDataTableChecksData implements Serializable {
private final long id;
- private final String entity;
+ private final StringEnumOptionData entity;
Review Comment:
Lets introduce a new field instead. Many deployments might depend on this,
lets not break it.
Recommendation:
New field: `entityData` this can be `StringEnumOptionData`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]