bpm icon indicating copy to clipboard operation
bpm copied to clipboard

Standard actions initializer throws exception on legacy editor screens

Open soraksh opened this issue 5 years ago • 0 comments

Environment

  • Platform version: 7.2
  • Client type: Web

Description of the bug

  • Minimal reproducible example
  1. Create legacy editor screen and add ProcActionsFrame there.
  2. Try to use procActionsFrame.initializer().standard()
  • Expected behavior

Standard actions initialized

  • Actual behavior
com.haulmont.bpm.exception.BpmException: ProcActionsFrame.standard() must be used inside Window.Editor only
	at com.haulmont.bpm.gui.procactions.ProcActionsFrame$Initializer.standard(ProcActionsFrame.java:445)
...

soraksh avatar May 13 '20 11:05 soraksh