-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Customizable enums creation form - save returns an error #13221 * Add information about legal guardian for "minor / incapacitated" to person entity #13205 * #13205 - Add information about legal guardian for "minor / incapacitated" to person entity * Add information about legal guardian for "minor / incapacitated" to person entity #13205 * Reverting on Sergiu sugestions. As only captions.properties needs to be affected and all others needs to be translated from this file. * Fixed 2 issues and 1 rename found by Sergiu. 1. onEmancipatedChange in place of updateIsEmancipatedCheckBox, 2. currently: if a Legal guardian is added and then the user checks "Emancipated" the legal guardian remains in the UI and later on saved in database. -> how it should work: the "Legal guardian's name" should be removed once the "Emancipated" checkbox is checked". 3. when the person is less than 1 year old the emancipated checkbox is still shown * canBeEmancipated change * another adjustments. * Fixed: There is the following unwanted behavior ocurring: In a person is set to be emancipated. Then the age goes in the adult range. The emancipated checkbox disappears but the incapacitated checkbox should be shown unchecked. The incapacitated checkbox could be needed in the future even if the person is an adult. + rename of a variable. * isEmancipatedVisible - 2nd place. * fixing merge sormas_schema.sql * Replaced one additonal method with another. Fixed the scenario where isIncapacitated is not more shown for interval where Emancipated checkbox is shown. * Rearranging fields and another minor fixes * #13205 - Add information about legal guardian for "minor / incapacitated" to person entity - fix hasGuardian not checked when refresh Person edit page --------- Co-authored-by: Marin <[email protected]> Co-authored-by: SergiuPacurariu <[email protected]>
- Loading branch information
1 parent
e28777d
commit b757fb9
Showing
10 changed files
with
193 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters