You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2018/09/26 12:43:31 UTC

[fineract-cn-group-finance] branch master updated (cf4242a -> 5073d6c)

This is an automated email from the ASF dual-hosted git repository.

awasum pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group-finance.git.


    from cf4242a  Merge pull request #5 from pembemiriam/master
     add a167822  fix password field visibility bug
     add e42d1ab  adjust reverse password field visibility
     add 5374537  subscribe error observable and display message on login
     add 3e15338  add staff to CenterFormComponent to resolve build error
     add b0d4704  add required instance objects to CollectionComponent to resolve build errors
     new 5073d6c  Merge pull request #7 from kelvinikome/master

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:
 src/app/centers/form/form.component.ts     |  3 +++
 src/app/collection/collection.component.ts | 10 +++++++++-
 src/app/login/login.component.html         |  5 +++--
 src/app/login/login.component.ts           |  8 ++++++++
 src/app/services/domain/center/staff.ts    |  3 +++
 src/app/services/domain/group/group.ts     |  3 +++
 6 files changed, 29 insertions(+), 3 deletions(-)
 create mode 100644 src/app/services/domain/center/staff.ts
 create mode 100644 src/app/services/domain/group/group.ts


[fineract-cn-group-finance] 01/01: Merge pull request #7 from kelvinikome/master

Posted by aw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group-finance.git

commit 5073d6c9e7f89e3f0f1ee761c12c19ea641afaea
Merge: cf4242a b0d4704
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Wed Sep 26 13:43:26 2018 +0100

    Merge pull request #7 from kelvinikome/master
    
    Bug fixes

 src/app/centers/form/form.component.ts     |  3 +++
 src/app/collection/collection.component.ts | 10 +++++++++-
 src/app/login/login.component.html         |  5 +++--
 src/app/login/login.component.ts           |  8 ++++++++
 src/app/services/domain/center/staff.ts    |  3 +++
 src/app/services/domain/group/group.ts     |  3 +++
 6 files changed, 29 insertions(+), 3 deletions(-)