Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocrvs 4046 #7744

Open
wants to merge 154 commits into
base: develop
Choose a base branch
from
Open

Ocrvs 4046 #7744

wants to merge 154 commits into from

Conversation

cleverclope
Copy link

  • Added open dialog on delete support document

rikukissa and others added 30 commits May 13, 2024 09:56
* Add a util function to exclude record corrected history from fhir bundle response

* Implement the util method to remove record corrected history from root resolvers

* Revert "Implement the util method to remove record corrected history from root resolvers"

This reverts commit fe1d6f5.

* Refactor exclude record corrected history

* Revert "Refactor exclude record corrected history"

This reverts commit 588f9c8.

* Create and implement a custom filtering predicate to remove corrected history

* Remove unused utils

* Remove unused imports

* Remove check for rejected action as there would be no corrected task after rejection

---------

Co-authored-by: Riku Rouvila <[email protected]>
…correction request (opencrvs#6981)

* review button role status updated for national registrar

* updated changelog.md

* In search result page, navigate to review correction page if registration status is `CORRECTION_REQUESTED`

* Update CHANGELOG.md

---------

Co-authored-by: tahmidrahman-dsi <[email protected]>
Co-authored-by: Tahmid Rahman <[email protected]>
* Rename component file names according to the current convention

* Rename PhoneNumberVerificationForm -> AuthDetailsVerificationForm

- as we also verify email if the user notification method is set 'email'

* Fetch config before rendering react app

* Amend withRetry function implementation

Co-authored-by: Riku Rouvila <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: Riku Rouvila <[email protected]>
* fix: amend updated record type

* chore: add comment and change function name

* fix: handle no informant info for in-progress declaration
* fix: update print record page to open in the same tab

* chore: add X icon in the print record page

* docs: update changelog
)

* fix: set correction requested declaration to be retreived

* chore: improve condition readability
* Remove authentication from dashboard queries api endpoints

* Update CHANGELOG.md
* fix: update correction request task

* fix: update snapshot for task output

* fix: set correction changes to read from output

* fix: amend correction values and type in client
fix: show correction rejection reason in history
* feat: add new handlebars

* docs: update CHANGELOG

* test: add registered history entry to mock data
* ocrvs-7002

* replaced 'auto' with 'scroll'

* changelog.md updated

* fix: react issue with exhaustive deps

---------

Co-authored-by: Pyry <[email protected]>
…ying to correct, print or issue record (opencrvs#7061)

* failed tests fixed

* removeing labelformat for informant

* failed test fixed, removeing labelformat for informant

* remove labelformatterForInformant

* removed labelformatter for requesterLabelMapper in ActionDetailsModal.tsx
…ncrvs#7006)

* initial fix

* updated changelog.md

* updated changelog

* filtered with isVisibleField

* isUploadButtonVisible now boolean
…opencrvs#7066)

* Fix "Print and issue to groom|bride" is added to a different variable

* groom and bride default name fix

---------

Co-authored-by: Tameem Bin Haider <[email protected]>
* Fix URL path by removing leading slash

This change ensures that the constructed URL uses a relative path instead of an absolute path, appending 'resendAuthenticationCode' correctly to the base URL 'https://gateway.farajaland-qa.opencrvs.org/auth/'.

* chore(changelog)

---------

Co-authored-by: naftis <[email protected]>
…pencrvs#7081)

* Removed duplicateTrackingId check in createDuplicateTask method

* changelog updated
…pencrvs#7038)

* Fix issue opencrvs#7017: Check for valid date to handle incomplete marriage declarations

Updated logic to use isValidPlainDate function to check date values, ensuring that null or invalid date values do not cause issues. This change allows the retrieval of incomplete marriage declarations even when the date of marriage is missing.

* changelog updated
* Fix: Reset pagination to page 1 when location changes

Ensure the currentPageNumber is reset to 1 whenever the location parameter changes to avoid issues where no data is found and the table and pagination components disappear.

* changelog updated
* Covert DocumentUploaderWithOption to functional component

* Introduce a prop compressImagesToSizeMB to define maximum size of compressed file

* Minor refactor

* Add a maxSize prop to prevent uploading document bigger than a defined size

* Updates to the messages having variable maximum sizes

* Update FormFieldGenerator to make document uploader with options configurable from country config forms

* Fix typo

* Apply suggestions from code review

Co-authored-by: Tameem Bin Haider <[email protected]>

* Update CHANGELOG.md
Zangetsu101 and others added 24 commits July 3, 2024 19:35
…-7323-11582

fix(v1.5.0): update assignment check for retrieve action
…-7328-27850

🍒 Merge changes from PR opencrvs#7328 to release-v1.5.0
* fix: use `emailForNotification` in telecom email

* fix: added migration to correct practitioner email

* fix: createUser test for correct practitioner email

* amend: using iterator pattern to optimize memory usage

* chore: update changelog
* chore: rename constants related to fieldChange functions

* fix: track custom field value changes
…-7315-13764

fix(v1.5.0): email of practitioner
…-7023-8095

🍒 Merge changes from PR opencrvs#7023 to release-v1.5.0
…-7314-9999

fix(v1.5.0): fetch Documents after resolving Encounters
…-7335-30595

fix(v1.5.0): show comment section when there is no comment in record audit modal
…-7340-9200

fix(v1.5.0): sync review button logic in adv search result
* feat: send notification for rejection event

* fix: use key for death inProgress notification

* chore: use util functions
…-7345-267

feat(v1.5.0): send notification for rejection event
fix: bring back certificate & notification config
DialogContent,
DialogContentText,
DialogTitle
} from '@mui/material'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a Dialog component in our component library

https://ui-kit.opencrvs.dev/?path=/docs/layout-dialog--docs

@Zangetsu101
Copy link
Collaborator

@cleverclope You might have created your branch from master branch instead of develop. I suggest you close this PR and create a new one with only your commit. As you can see this PR is showing 154 commits currently!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.