This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 13d6ddf659 Merge pull request #6059
add 2dcf881148 FINERACT-535: Allow the same name of teller if its from
different branchs
new b24680d88d Merge pull request #6087
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../service/TellerWritePlatformServiceJpaImpl.java | 2 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...no.xml => 0242_update_m_tellers_unique_key.xml} | 16 +-
.../sql/migrations/sample_data/barebones_db.sql | 2 +-
.../migrations/sample_data/load_sample_data.sql | 2 +-
.../TellerWritePlatformServiceJpaImplTest.java | 482 +++++++++++++++++++++
6 files changed, 498 insertions(+), 7 deletions(-)
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0016_changed_unique_constraint_of_ref_no.xml
=> 0242_update_m_tellers_unique_key.xml} (66%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/organisation/teller/service/TellerWritePlatformServiceJpaImplTest.java