Skip to content

Commit

Permalink
Merge branch 'main' into rli/staging-port
Browse files Browse the repository at this point in the history
  • Loading branch information
rli authored Dec 3, 2024
2 parents 4cb4dbc + f8a255a commit 5232a62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 @@ -1446,6 +1445,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

0 comments on commit 5232a62

Please sign in to comment.