Skip to content

Commit

Permalink
feat: fill category for backward compatibility reasons (old sidebar)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 2, 2024
1 parent 690c489 commit 2550deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extloadtest/action_targetless.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func (l *targetlessAction) Describe() action_kit_api.ActionDescription {
Description: "This action does nothing.",
Version: extbuild.GetSemverVersionStringOrUnknown(),
Technology: extutil.Ptr("Debug"),
Category: extutil.Ptr("Debug"), //Can be removed in Q1/24 - support for backward compatibility of old sidebar
Kind: action_kit_api.Other,
TimeControl: action_kit_api.TimeControlInstantaneous,
}
Expand Down
1 change: 1 addition & 0 deletions extloadtest/action_widgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (l *widgetAction) Describe() action_kit_api.ActionDescription {
Description: "Showcase for multiple widgets in the run view",
Version: extbuild.GetSemverVersionStringOrUnknown(),
Technology: extutil.Ptr("Debug"),
Category: extutil.Ptr("Debug"), //Can be removed in Q1/24 - support for backward compatibility of old sidebar
Kind: action_kit_api.Other,
TimeControl: action_kit_api.TimeControlExternal,
Parameters: []action_kit_api.ActionParameter{
Expand Down

0 comments on commit 2550deb

Please sign in to comment.