Skip to content

Commit

Permalink
BPM process execution and administration. Fixes, starter, copyrights j…
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaimanov committed Feb 15, 2023
1 parent 650a9f3 commit fe89e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jmix-bom/bom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ dependencies {
api "io.jmix.bpm:jmix-bpm-ui:$premiumVersion"
api "io.jmix.bpm:jmix-bpm-flowui:$premiumVersion"
api "io.jmix.bpm:jmix-bpm-ui-starter:$premiumVersion"
api "io.jmix.bpm:jmix-bpm-flowui-starter:$premiumVersion"
api "io.jmix.bpm:jmix-bpm-rest:$premiumVersion"
api "io.jmix.bpm:jmix-bpm-rest-starter:$premiumVersion"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @see #getViewInfo(String)
*/
@Component("flowui_ViewRegistry")
public class ViewRegistry implements ApplicationContextAware {//todo replaced WindowConfig?
public class ViewRegistry implements ApplicationContextAware {

private static final Logger log = LoggerFactory.getLogger(ViewRegistry.class);

Expand Down

0 comments on commit fe89e2f

Please sign in to comment.