@cyberismo/assets 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1045,6 +1045,7 @@ toc::[]
|
|
|
1045
1045
|
{{/include}}
|
|
1046
1046
|
[cols="1,4",frame=none,grid=none]
|
|
1047
1047
|
|===
|
|
1048
|
+
| Workflow state | {{this.workflowState}}
|
|
1048
1049
|
| Card key | {{this.key}}
|
|
1049
1050
|
| Card type | {{#if this.cardTypeDisplayName}}{{this.cardTypeDisplayName}}{{else}}{{this.cardType}}{{/if}}
|
|
1050
1051
|
| Last modified | {{this.lastUpdated}}
|
|
@@ -1249,6 +1250,7 @@ resultField(Card, "cardTypeDisplayName", DisplayName, "shortText") :-
|
|
|
1249
1250
|
select(1, "cardType").
|
|
1250
1251
|
select(1, "cardTypeDisplayName").
|
|
1251
1252
|
select(1, "key").
|
|
1253
|
+
select(1, "workflowState").
|
|
1252
1254
|
select(1, "lastUpdated").
|
|
1253
1255
|
select(1, "createdAt").
|
|
1254
1256
|
select(1, "links").
|
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ toc::[]
|
|
|
20
20
|
{{/include}}
|
|
21
21
|
[cols="1,4",frame=none,grid=none]
|
|
22
22
|
|===
|
|
23
|
+
| Workflow state | {{this.workflowState}}
|
|
23
24
|
| Card key | {{this.key}}
|
|
24
25
|
| Card type | {{#if this.cardTypeDisplayName}}{{this.cardTypeDisplayName}}{{else}}{{this.cardType}}{{/if}}
|
|
25
26
|
| Last modified | {{this.lastUpdated}}
|
|
@@ -130,6 +130,7 @@ resultField(Card, "cardTypeDisplayName", DisplayName, "shortText") :-
|
|
|
130
130
|
select(1, "cardType").
|
|
131
131
|
select(1, "cardTypeDisplayName").
|
|
132
132
|
select(1, "key").
|
|
133
|
+
select(1, "workflowState").
|
|
133
134
|
select(1, "lastUpdated").
|
|
134
135
|
select(1, "createdAt").
|
|
135
136
|
select(1, "links").
|