Skip to content

Commit

Permalink
Merge pull request #22 from openimis/release/23.10
Browse files Browse the repository at this point in the history
MERGING release/23.10 into develop
  • Loading branch information
delcroip authored Dec 11, 2023
2 parents 89774a0 + a4d9c02 commit 17ec7ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# openIMIS Frontend Claim reference module
This repository holds the files of the openIMIS Frontend Claim reference module.
# openIMIS Frontend Profile reference module
This repository holds the files of the openIMIS Frontend Profile reference module.
It is dedicated to be deployed as a module of [openimis-fe_js](https://github.com/openimis/openimis-fe_js).

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
Expand All @@ -26,4 +26,5 @@ None
None

## Configurations Options
* `AppBarMenuContribution` - if set to true Profile is added as an AppBar icon instead of being main menu contribution

* `AppBarMenuContribution` - if set to true Profile is added as an AppBar icon instead of being main menu contribution
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openimis/fe-profile",
"version": "1.4.0-rc2",
"version": "1.4.0",
"license": "AGPL-3.0-only",
"description": "openIMIS Frontend Profile reference module",
"repository": "openimis/openimis-fe-profile_js",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DEFAULT_CONFIG = {
"core.MainMenu": [ProfileMainMenu],
reducers: [{ key: "profile", reducer }],
"core.AppBar": [ProfileToolbarContribution]

};

export const ProfileModule = (cfg) => {
Expand Down

0 comments on commit 17ec7ae

Please sign in to comment.