Skip to content

Commit

Permalink
MERGING RELEASE branches (#56)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json

* OP-968 make policy holder field mandatory (#45)

* OP-968: make policy holder field mandatory

* OP-968: simplify the code

* Revert "OP-968 make policy holder field mandatory (#45)"

This reverts commit 9b9a520.

* OTC-909: allow policy holder to be null

* OP-1084: Pagination fix in contract module

* OP-869: Changed spelling of openIMIS. (#50)

* OTC-966: make save button always visible (#52)

* OTC-757: Clearing pagination state if entered the ContractsPage (#51)

* OTC-757: Code refactor in ContractsPage

* OTC-757: Clearing pagination state if entered the ContractsPage

* OTC-757: Hardcoded values moved to the constants

* OTC-963: Validation of contract code (#49)

* OTC-963: Code refactor in actions.js and reducer.js

* OTC-963: Code refactor in ContractHeadPanel.js

* OTC-963: Initial validation of contract code

* OTC-963: Implementation of contract query

* OTC-963: Removal of console log

* OTC-963: Change of contract type in reducer.js

---------

Co-authored-by: Jan <[email protected]>
Co-authored-by: Damian Borowiecki <[email protected]>
Co-authored-by: olewandowski1 <[email protected]>
Co-authored-by: olewandowski <[email protected]>
Co-authored-by: wzglinieckisoldevelo <[email protected]>
Co-authored-by: Dragos DOBRE <[email protected]>
  • Loading branch information
7 people authored Jul 6, 2023
1 parent a8c71ad commit 8954168
Show file tree
Hide file tree
Showing 10 changed files with 1,225 additions and 704 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
"start": "rollup -c -w",
"prepare":"npm run build"
},
"peerDependency": {
"react-intl": "^5.8.1"
Expand Down
Loading

0 comments on commit 8954168

Please sign in to comment.