Skip to content

Commit f8a255a

Browse files
authored
Fix 'ActionGroup should be registered using <group> tag' (#5147)
1 parent 81cb27e commit f8a255a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
4+
}

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ action.aws.caws.rebuildAction.text=Rebuild Dev Environment
1313
action.aws.caws.updateDevfile.text=Update Devfile...
1414
action.aws.toolkit.caws.logout.text=Sign out
1515
action.aws.toolkit.caws.profile.text=View Profile...
16-
action.aws.toolkit.dynamoViewer.changeMaxResults.text=Max Results
1716
action.aws.toolkit.dynamodb.delete_table.text=Delete Table...
1817
action.aws.toolkit.ecr.repository.pull.text=Pull from Repository...
1918
action.aws.toolkit.ecr.repository.push.text=Push to Repository...
@@ -1446,6 +1445,7 @@ gettingstarted.setup.tabs.builderid=AWS Builder ID
14461445
gettingstarted.setup.tabs.iam=IAM Credentials
14471446
gettingstarted.setup.tabs.idc=IAM Identity Center
14481447
gettingstarted.setup.title=AWS Toolkit: Setup Authentication
1448+
group.aws.toolkit.dynamoViewer.changeMaxResults.text=Max Results
14491449
group.aws.toolkit.dynamoViewer.toolbar.settings.text=Settings
14501450
group.aws.toolkit.jetbrains.core.services.cwc.actions.ContextMenuActions.text=Amazon Q
14511451
group.aws.toolkit.s3viewer.contextMenu.copyGroup.text=Copy

plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624

625625
<group id="aws.toolkit.dynamoViewer.toolbar.secondary">
626626
<group popup="true" id="aws.toolkit.dynamoViewer.toolbar.settings" icon="AllIcons.General.GearPlain">
627-
<action id="aws.toolkit.dynamoViewer.changeMaxResults"
627+
<group id="aws.toolkit.dynamoViewer.changeMaxResults"
628628
class="software.aws.toolkits.jetbrains.services.dynamodb.editor.actions.ConfigureMaxResultsAction"/>
629629
</group>
630630
</group>

0 commit comments

Comments
 (0)