-
Notifications
You must be signed in to change notification settings - Fork 140
feat(cryptography): add activity synonym registration [STUD-77325] #515
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.DecryptFile", | ||
| "ShortName": "DecryptFile", | ||
| "DisplayNameKey": "Activity_DecryptFile_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_DecryptFile_Description", | ||
| "IconKey": "Decrypt_file.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.DecryptFileViewModel", | ||
|
|
@@ -177,6 +178,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.DecryptText", | ||
| "ShortName": "DecryptText", | ||
| "DisplayNameKey": "Activity_DecryptText_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_DecryptText_Description", | ||
| "IconKey": "Decrypt_text.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.DecryptTextViewModel", | ||
|
|
@@ -317,6 +319,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.EncryptFile", | ||
| "ShortName": "EncryptFile", | ||
| "DisplayNameKey": "Activity_EncryptFile_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_EncryptFile_Description", | ||
| "IconKey": "Encrypt_file.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.EncryptFileViewModel", | ||
|
|
@@ -496,6 +499,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.EncryptText", | ||
| "ShortName": "EncryptText", | ||
| "DisplayNameKey": "Activity_EncryptText_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_EncryptText_Description", | ||
| "IconKey": "Encrypt_text.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.EncryptTextViewModel", | ||
|
|
@@ -641,6 +645,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.KeyedHashFile", | ||
| "ShortName": "KeyedHashFile", | ||
| "DisplayNameKey": "Activity_KeyedHashFile_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_KeyedHashFile_Description", | ||
| "IconKey": "Hash_file_with_key.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.KeyedHashFileViewModel", | ||
|
|
@@ -739,6 +744,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.KeyedHashText", | ||
| "ShortName": "KeyedHashText", | ||
| "DisplayNameKey": "Activity_KeyedHashText_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_KeyedHashText_Description", | ||
| "IconKey": "Hash_text_with_key.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.KeyedHashTextViewModel", | ||
|
|
@@ -827,6 +833,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.PgpGenerateKeyPair", | ||
| "ShortName": "PgpGenerateKeyPair", | ||
| "DisplayNameKey": "Activity_PgpGenerateKeyPair_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
|
Comment on lines
834
to
+836
|
||
| "DescriptionKey": "Activity_PgpGenerateKeyPair_Description", | ||
| "IconKey": "PGP_generate_keys.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpGenerateKeyPairViewModel", | ||
|
|
@@ -931,6 +938,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.PgpSignFile", | ||
| "ShortName": "PgpSignFile", | ||
| "DisplayNameKey": "Activity_PgpSignFile_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_PgpSignFile_Description", | ||
| "IconKey": "PGP_sign_file.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpSignFileViewModel", | ||
|
|
@@ -1024,6 +1032,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.PgpClearSignFile", | ||
| "ShortName": "PgpClearSignFile", | ||
| "DisplayNameKey": "Activity_PgpClearSignFile_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_PgpClearSignFile_Description", | ||
| "IconKey": "PGP_clear_sign_file.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpClearSignFileViewModel", | ||
|
|
@@ -1117,6 +1126,7 @@ | |
| "FullName": "UiPath.Cryptography.Activities.PgpVerify", | ||
| "ShortName": "PgpVerify", | ||
| "DisplayNameKey": "Activity_PgpVerify_Name", | ||
| "DisplayNameAliasKeys": ["ActivitySynonymCryptography"], | ||
| "DescriptionKey": "Activity_PgpVerify_Description", | ||
| "IconKey": "PGP_verify.svg", | ||
| "ViewModelType": "UiPath.Cryptography.Activities.NetCore.ViewModels.PgpVerifyViewModel", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the neutral (default) .resx gets the new ActivitySynonymCryptography entry, but this project ships multiple localized resource files (e.g., UiPath.Cryptography.Activities.fr.resx, .de.resx, etc.). In other packs, synonym keys are kept in all localized .resx files (see Activities/Database/UiPath.Database.Activities.Design/Properties/UiPath.Database.Activities.Design.fr.resx:286-297). Please add ActivitySynonymCryptography to the other culture-specific .resx files as well (even if the value remains 'Cryptography') to keep resource sets consistent and localizable.