[
https://issues.apache.org/jira/browse/FINERACT-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandar Vidakovic updated FINERACT-2303:
-------------------------------------------
Description: As part of GSoC we made most of the internal business logic
services extensible (aka replaceable in custom modules). One thing that we
forgot to do is change the services class attributes from "private" to
"protected" visibility. This is very important when the default services get
partially overwritten by class extension.
> Change extensible service class attributes from "private" to "protected"
> ------------------------------------------------------------------------
>
> Key: FINERACT-2303
> URL: https://issues.apache.org/jira/browse/FINERACT-2303
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Aleksandar Vidakovic
> Priority: Major
>
> As part of GSoC we made most of the internal business logic services
> extensible (aka replaceable in custom modules). One thing that we forgot to
> do is change the services class attributes from "private" to "protected"
> visibility. This is very important when the default services get partially
> overwritten by class extension.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)