Skip to content

Commit 8bade07

Browse files
authored
Merge pull request #147 from hisptz/develop
Develop
2 parents 23b9443 + 8bd03f4 commit 8bade07

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Dhis2 Validation Rule Group Filter Library
22
[![CircleCI](https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter.svg?style=svg)](https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter)
33
[![Build Status](https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter.svg?branch=master)](https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter)
4-
[![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com/github/hisptz/ngx-dhis2-validation-rule-filter/maintainability)
5-
[![Test Coverage](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/test_coverage)](https://codeclimate.com/github/hisptz/ngx-dhis2-validation-rule-filter/test_coverage)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5/maintainability)](https://codeclimate.com/github/interactive-apps/ngx-dhis2-validation-rule-filter/maintainability)
5+
[![Test Coverage](https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5/test_coverage)](https://codeclimate.com/github/interactive-apps/ngx-dhis2-validation-rule-filter/test_coverage)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
77
[![Gitter chat](https://badges.gitter.im/hisptz/gitter.png)](https://gitter.im/hisptz/community)
88
![GitHub](https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg)
@@ -117,6 +117,3 @@ After installation you can use the following tags to start using it in your proj
117117

118118
## Licence
119119
![GitHub](https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg?style=for-the-badge)
120-
121-
122-

projects/ngx-dhis2-validation-rule-filter/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Dhis2 Validation Rule Group Filter Library
22
[![CircleCI](https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter.svg?style=svg)](https://circleci.com/gh/hisptz/ngx-dhis2-validation-rule-filter)
33
[![Build Status](https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter.svg?branch=master)](https://travis-ci.org/hisptz/ngx-dhis2-validation-rule-filter)
4-
[![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com/github/hisptz/ngx-dhis2-validation-rule-filter/maintainability)
5-
[![Test Coverage](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/test_coverage)](https://codeclimate.com/github/hisptz/ngx-dhis2-validation-rule-filter/test_coverage)
4+
[![Maintainability](https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5/maintainability)](https://codeclimate.com/github/interactive-apps/ngx-dhis2-validation-rule-filter/maintainability)
5+
[![Test Coverage](https://api.codeclimate.com/v1/badges/2e960ffcdabbc71df2f5/test_coverage)](https://codeclimate.com/github/interactive-apps/ngx-dhis2-validation-rule-filter/test_coverage)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
77
[![Gitter chat](https://badges.gitter.im/hisptz/gitter.png)](https://gitter.im/hisptz/community)
88
![GitHub](https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg)
@@ -117,6 +117,3 @@ After installation you can use the following tags to start using it in your proj
117117

118118
## Licence
119119
![GitHub](https://img.shields.io/github/license/hisptz/ngx-dhis2-validation-rule-filter.svg?style=for-the-badge)
120-
121-
122-

src/app/app.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export class AppComponent {
2121

2222
ngOnInit() {
2323
this.dataElements = [
24-
// 'NQUI9v85csU',
25-
// 'SQ7kqkZkEwV',
26-
// 'Lnf095vgahq',
27-
// 'Lnf095vgahq',
28-
// 'Lnf095vgahq',
24+
'NQUI9v85csU',
25+
'SQ7kqkZkEwV',
26+
'Lnf095vgahq',
27+
'Lnf095vgahq',
28+
'Lnf095vgahq',
2929
];
3030

3131
this.preSelectedVRGs = [

0 commit comments

Comments
 (0)