Skip to content

Commit

Permalink
Upgrade to 9.0.5
Browse files Browse the repository at this point in the history
Imported latest atlas UI
Implemented Data grid 2.0 on some pages

Added Marketplace export v1.6.0
  • Loading branch information
jaspervanderhoek committed Jul 20, 2021
1 parent 38fe8ee commit b9a757c
Show file tree
Hide file tree
Showing 226 changed files with 54,941 additions and 8 deletions.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,19 @@ theme_old/
*.launch
*.tmp
*.lock
*.bak
*.bak
/*.launch
/deployment/
/packages/
/releases/
/.mendix-cache/
/.classpath
/.project
/microflowscheduledeventmanager.mpr.bak
/microflowscheduledeventmanager.mpr.lock
/modeler-merge-marker
/project-settings.user.json
/javasource/*/proxies/
/javasource/system/
/**/node_modules/
!/javascriptsource/**/node_modules/
Binary file modified MicroflowScheduledEventManager.mpr
Binary file not shown.
Binary file added exports/Scheduler_v1.6.0_9.0.5_20210720.mpk
Binary file not shown.
8 changes: 1 addition & 7 deletions javasource/scheduler/impl/ScheduledJob.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package scheduler.impl;

import java.util.HashMap;

import org.quartz.Job;
import org.quartz.JobDataMap;
import org.quartz.JobExecutionContext;
Expand Down Expand Up @@ -41,12 +39,8 @@ public void execute( JobExecutionContext jeContext ) throws JobExecutionExceptio
try {
dataMap.putAsString(ExcutionAttempts, 0);


context.startTransaction();
HashMap<String, Object> params = new HashMap<String, Object>();
params.put("ScheduledAction", action);

Core.execute(context, mfName, params);
Core.microflowCall(mfName).withParam("ScheduledAction", action).execute(context);
context.endTransaction();
}
catch( Throwable t ) {
Expand Down
Binary file added theme-cache/web/img/theme/datagrid-filters.eot
Binary file not shown.
28 changes: 28 additions & 0 deletions theme-cache/web/img/theme/datagrid-filters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added theme-cache/web/img/theme/datagrid-filters.ttf
Binary file not shown.
Binary file added theme-cache/web/img/theme/datagrid-filters.woff
Binary file not shown.
Binary file added theme-cache/web/img/theme/datagrid-filters.woff2
Binary file not shown.
Binary file not shown.
Binary file added theme-cache/web/img/theme/work-do-more.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b9a757c

Please sign in to comment.