File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
core/resources/resources/software/aws/toolkits/resources
toolkit/jetbrains-core/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " bugfix" ,
3+ "description" : " Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
4+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ action.aws.caws.rebuildAction.text=Rebuild Dev Environment
1313action.aws.caws.updateDevfile.text =Update Devfile...
1414action.aws.toolkit.caws.logout.text =Sign out
1515action.aws.toolkit.caws.profile.text =View Profile...
16- action.aws.toolkit.dynamoViewer.changeMaxResults.text =Max Results
1716action.aws.toolkit.dynamodb.delete_table.text =Delete Table...
1817action.aws.toolkit.ecr.repository.pull.text =Pull from Repository...
1918action.aws.toolkit.ecr.repository.push.text =Push to Repository...
@@ -1446,6 +1445,7 @@ gettingstarted.setup.tabs.builderid=AWS Builder ID
14461445gettingstarted.setup.tabs.iam =IAM Credentials
14471446gettingstarted.setup.tabs.idc =IAM Identity Center
14481447gettingstarted.setup.title =AWS Toolkit: Setup Authentication
1448+ group.aws.toolkit.dynamoViewer.changeMaxResults.text =Max Results
14491449group.aws.toolkit.dynamoViewer.toolbar.settings.text =Settings
14501450group.aws.toolkit.jetbrains.core.services.cwc.actions.ContextMenuActions.text =Amazon Q
14511451group.aws.toolkit.s3viewer.contextMenu.copyGroup.text =Copy
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments