Skip to content

Commit dfd0356

Browse files
committed
WFE 20.0.8 (autocommit)
1 parent 931ae5b commit dfd0356

File tree

61 files changed

+157
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+157
-151
lines changed

Designer/templates/jsonform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h3>{{ customTitle ? customTitle : (formMode ? labels2.Title : labels.Title) }}<
260260
if (!data.FormData)
261261
data.FormData = {};
262262

263-
for (key in data.FormData) {
263+
for (const key in data.FormData) {
264264
if (data.FormData.hasOwnProperty(key)) {
265265
if (key !== '__customtype') {
266266
var found = false;

Designer/templates/timers.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h3 class="WorkflowDesignerTitleWithCreate">
9090
</td>
9191
<td v-if="!readonly" style="width: 42px;">
9292
<el-button class="WorkflowDesignerTableDeleteButton" @click="remove(index)"></el-button>
93+
</td>
9394
</tr>
9495
</table>
9596
</div>

Designer/templates/transition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ <h4 class="SettingsHeader">{{ labels.Trigger }}</h4>
6666
<div style="display:flex; flex-wrap: nowrap">
6767
<el-select
6868
v-model="FormData.Trigger.Command.Name"
69-
style="width: 100%; margin-inline-end: 10px;"
7069
:disabled="readonly"
7170
allow-create
7271
clearable
@@ -145,6 +144,7 @@ <h4 class="WorkflowDesignerTitleWithCreate Underline SettingsHeader">
145144
<el-button-group>
146145
<el-button class="WorkflowDesignerTableDeleteButton" @click="removeRow(FormData.Restrictions, index)"></el-button>
147146
</el-button-group>
147+
</td>
148148
</tr>
149149
</table>
150150

Designer/workflowdesigner.min.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Designer/workflowdesigner.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Version -->
33
<PropertyGroup>
4-
<Version>20.0.7</Version>
4+
<Version>20.0.8</Version>
55
<AssemblyVersion>20.0.0</AssemblyVersion>
66
<FileVersion>20.0.0</FileVersion>
77
</PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageVersion Include="Microsoft.Identity.Client" Version="4.72.1" />
2121
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.10.0" />
2222
<PackageVersion Include="Azure.Identity" Version="1.14.0" />
23-
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="20.0.7" />
24-
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="20.0.7" />
23+
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="20.0.8" />
24+
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="20.0.8" />
2525
</ItemGroup>
2626
<!-- Plugins -->
2727
<ItemGroup>

Providers/OptimaJet.Workflow.DbPersistence/OptimaJet.Workflow.MSSQL.deps.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MSSQL/20.0.7": {
10+
"OptimaJet.Workflow.MSSQL/20.0.8": {
1111
"dependencies": {
1212
"Azure.Identity": "1.14.0",
1313
"Microsoft.Data.SqlClient": "5.2.0",
@@ -16,8 +16,8 @@
1616
"NETStandard.Library": "2.0.3",
1717
"System.IdentityModel.Tokens.Jwt": "8.10.0",
1818
"System.Runtime.Caching": "8.0.1",
19-
"WorkflowEngine.NETCore-Core": "20.0.7",
20-
"WorkflowEngine.NETCore-Migrator": "20.0.7",
19+
"WorkflowEngine.NETCore-Core": "20.0.8",
20+
"WorkflowEngine.NETCore-Migrator": "20.0.8",
2121
"OptimaJet.Workflow.Core": "20.0.0.0",
2222
"OptimaJet.Workflow.Migrator": "20.0.0.0"
2323
},
@@ -1698,7 +1698,7 @@
16981698
}
16991699
}
17001700
},
1701-
"WorkflowEngine.NETCore-Core/20.0.7": {
1701+
"WorkflowEngine.NETCore-Core/20.0.8": {
17021702
"dependencies": {
17031703
"Microsoft.Bcl.AsyncInterfaces": "9.0.5",
17041704
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
@@ -1714,12 +1714,12 @@
17141714
},
17151715
"runtime": {
17161716
"OptimaJet.Workflow.Core.dll": {
1717-
"assemblyVersion": "20.0.7",
1717+
"assemblyVersion": "20.0.8",
17181718
"fileVersion": "20.0.0"
17191719
}
17201720
}
17211721
},
1722-
"WorkflowEngine.NETCore-Migrator/20.0.7": {
1722+
"WorkflowEngine.NETCore-Migrator/20.0.8": {
17231723
"dependencies": {
17241724
"Azure.Identity": "1.14.0",
17251725
"FluentMigrator": "5.2.0",
@@ -1729,11 +1729,11 @@
17291729
"Microsoft.IdentityModel.JsonWebTokens": "8.10.0",
17301730
"System.IdentityModel.Tokens.Jwt": "8.10.0",
17311731
"System.Runtime.Caching": "8.0.1",
1732-
"WorkflowEngine.NETCore-Core": "20.0.7"
1732+
"WorkflowEngine.NETCore-Core": "20.0.8"
17331733
},
17341734
"runtime": {
17351735
"OptimaJet.Workflow.Migrator.dll": {
1736-
"assemblyVersion": "20.0.7",
1736+
"assemblyVersion": "20.0.8",
17371737
"fileVersion": "20.0.0"
17381738
}
17391739
}
@@ -1757,7 +1757,7 @@
17571757
}
17581758
},
17591759
"libraries": {
1760-
"OptimaJet.Workflow.MSSQL/20.0.7": {
1760+
"OptimaJet.Workflow.MSSQL/20.0.8": {
17611761
"type": "project",
17621762
"serviceable": false,
17631763
"sha512": ""
@@ -2707,12 +2707,12 @@
27072707
"path": "thomaslevesque.weakevent/4.1.0",
27082708
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
27092709
},
2710-
"WorkflowEngine.NETCore-Core/20.0.7": {
2710+
"WorkflowEngine.NETCore-Core/20.0.8": {
27112711
"type": "project",
27122712
"serviceable": false,
27132713
"sha512": ""
27142714
},
2715-
"WorkflowEngine.NETCore-Migrator/20.0.7": {
2715+
"WorkflowEngine.NETCore-Migrator/20.0.8": {
27162716
"type": "project",
27172717
"serviceable": false,
27182718
"sha512": ""
Binary file not shown.

Providers/OptimaJet.Workflow.MongoDB/OptimaJet.Workflow.MongoDB.deps.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MongoDB/20.0.7": {
10+
"OptimaJet.Workflow.MongoDB/20.0.8": {
1111
"dependencies": {
1212
"MongoDB.Driver": "2.30.0",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "20.0.7",
14+
"WorkflowEngine.NETCore-Core": "20.0.8",
1515
"OptimaJet.Workflow.Core": "20.0.0.0"
1616
},
1717
"runtime": {
@@ -1143,7 +1143,7 @@
11431143
}
11441144
}
11451145
},
1146-
"WorkflowEngine.NETCore-Core/20.0.7": {
1146+
"WorkflowEngine.NETCore-Core/20.0.8": {
11471147
"dependencies": {
11481148
"Microsoft.Bcl.AsyncInterfaces": "9.0.5",
11491149
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
@@ -1159,7 +1159,7 @@
11591159
},
11601160
"runtime": {
11611161
"OptimaJet.Workflow.Core.dll": {
1162-
"assemblyVersion": "20.0.7",
1162+
"assemblyVersion": "20.0.8",
11631163
"fileVersion": "20.0.0"
11641164
}
11651165
}
@@ -1175,7 +1175,7 @@
11751175
}
11761176
},
11771177
"libraries": {
1178-
"OptimaJet.Workflow.MongoDB/20.0.7": {
1178+
"OptimaJet.Workflow.MongoDB/20.0.8": {
11791179
"type": "project",
11801180
"serviceable": false,
11811181
"sha512": ""
@@ -1831,7 +1831,7 @@
18311831
"path": "zstdsharp.port/0.7.3",
18321832
"hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
18331833
},
1834-
"WorkflowEngine.NETCore-Core/20.0.7": {
1834+
"WorkflowEngine.NETCore-Core/20.0.8": {
18351835
"type": "project",
18361836
"serviceable": false,
18371837
"sha512": ""

0 commit comments

Comments
 (0)