Skip to content

Commit

Permalink
Update openApi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
philemone committed Nov 13, 2024
1 parent db24c6c commit e30ef54
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import pl.touk.nussknacker.ui.config.scenariotoolbar.ToolbarPanelTypeConfig.{
CreatorPanel,
ProcessActionsPanel,
SearchPanel,
StickyNotesPanel,
TipsPanel
}
import pl.touk.nussknacker.ui.process.ProcessService.{CreateScenarioCommand, UpdateScenarioCommand}
Expand Down Expand Up @@ -1225,7 +1226,8 @@ class ProcessesResourcesSpec
List(
ToolbarPanel(SearchPanel, None, None, None),
ToolbarPanel(TipsPanel, None, None, None),
ToolbarPanel(CreatorPanel, None, None, None)
ToolbarPanel(CreatorPanel, None, None, None),
ToolbarPanel(StickyNotesPanel, None, None, None)
),
List(),
List(
Expand Down
Loading

0 comments on commit e30ef54

Please sign in to comment.