Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Fix DynamoDB viewer throwing 'ActionGroup should be registered using <group> tag' on IDE start (#5012) (#5120)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@

<group id="aws.toolkit.dynamoViewer.toolbar.secondary">
<group popup="true" id="aws.toolkit.dynamoViewer.toolbar.settings" icon="AllIcons.General.GearPlain">
<action id="aws.toolkit.dynamoViewer.changeMaxResults"
<group id="aws.toolkit.dynamoViewer.changeMaxResults"
class="software.aws.toolkits.jetbrains.services.dynamodb.editor.actions.ConfigureMaxResultsAction"/>
</group>
</group>
Expand Down
Loading