From c271f8cd224f9e354f8146e2d69f1258e7bce1fc Mon Sep 17 00:00:00 2001 From: Richard Li Date: Mon, 2 Dec 2024 12:58:26 -0800 Subject: [PATCH] Fix 'ActionGroup should be registered using tag' --- .../bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json | 4 ++++ .../software/aws/toolkits/resources/MessagesBundle.properties | 2 +- plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changes/next-release/bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json diff --git a/.changes/next-release/bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json b/.changes/next-release/bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json new file mode 100644 index 00000000000..d0fe0683e6e --- /dev/null +++ b/.changes/next-release/bugfix-73718954-d059-46a6-a4e1-c5132da073b1.json @@ -0,0 +1,4 @@ +{ + "type" : "bugfix", + "description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using tag' on IDE start (#5012) (#5120)" +} diff --git a/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties b/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties index f64ba2c2693..da1aba0946a 100644 --- a/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties +++ b/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties @@ -13,7 +13,6 @@ action.aws.caws.rebuildAction.text=Rebuild Dev Environment action.aws.caws.updateDevfile.text=Update Devfile... action.aws.toolkit.caws.logout.text=Sign out action.aws.toolkit.caws.profile.text=View Profile... -action.aws.toolkit.dynamoViewer.changeMaxResults.text=Max Results action.aws.toolkit.dynamodb.delete_table.text=Delete Table... action.aws.toolkit.ecr.repository.pull.text=Pull from Repository... action.aws.toolkit.ecr.repository.push.text=Push to Repository... @@ -1378,6 +1377,7 @@ gettingstarted.setup.tabs.builderid=AWS Builder ID gettingstarted.setup.tabs.iam=IAM Credentials gettingstarted.setup.tabs.idc=IAM Identity Center gettingstarted.setup.title=AWS Toolkit: Setup Authentication +group.aws.toolkit.dynamoViewer.changeMaxResults.text=Max Results group.aws.toolkit.dynamoViewer.toolbar.settings.text=Settings group.aws.toolkit.jetbrains.core.services.cwc.actions.ContextMenuActions.text=Amazon Q group.aws.toolkit.s3viewer.contextMenu.copyGroup.text=Copy diff --git a/plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml b/plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml index 969365d6d9c..39be6ec4e6d 100644 --- a/plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml +++ b/plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml @@ -624,7 +624,7 @@ -