-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add invalid ident notification for company register status checks
- Add notification system for invalid company identifications - Update force delete notifications to handle invalid company cases - Add translations for invalid ident messages (ET/EN) - Add test coverage for invalid ident scenarios - Remove debug logging from force delete process - Clean up unused CSV templates This change improves handling of invalid company identifications in the Estonian business registry by providing proper notifications to registrars and ensuring appropriate status updates.
- Loading branch information
1 parent
475b1e7
commit b229613
Showing
8 changed files
with
50 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,5 @@ et: | |
taken: 'on juba lisatud' | ||
ipv6: | ||
taken: 'on juba lisatud' | ||
|
||
invalid_ident: 'Vigane ident %{ident}' |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.