Skip to content

Commit 05f86b5

Browse files
committed
Merge branch 'develop' into staging-new
2 parents 957dad3 + a7afa2b commit 05f86b5

File tree

34 files changed

+555
-317
lines changed

34 files changed

+555
-317
lines changed

models/process/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ import {
6363
type Step,
6464
type Transition,
6565
type Trigger,
66-
type TriggerResult,
6766
type UpdateCriteriaComponent,
6867
processId
6968
} from '@hcengineering/process'
@@ -136,8 +135,6 @@ export class TTransition extends TDoc implements Transition {
136135

137136
triggerParams!: Record<string, any>
138137

139-
result?: TriggerResult | null
140-
141138
@Prop(TypeRank(), core.string.Rank)
142139
@Hidden()
143140
rank!: Rank

packages/theme/styles/common.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,3 +906,17 @@
906906
.emoji.fitSize > img {
907907
height: 1em;
908908
}
909+
910+
.editor-grid {
911+
display: grid;
912+
grid-template-columns: 1fr 3fr;
913+
grid-auto-rows: minmax(2rem, max-content);
914+
justify-content: start;
915+
align-items: center;
916+
row-gap: 0.5rem;
917+
margin: 0.25rem 2rem 0;
918+
width: calc(100% - 4rem);
919+
column-gap: 1rem;
920+
margin-top: 0.5rem;
921+
height: min-content;
922+
}

plugins/process-assets/lang/cs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@
9999
"Cancelled": "Zrušeno",
100100
"WaitUntil": "Čekat do",
101101
"CurrentUser": "Aktuální uživatel",
102-
"CurrentDate": "Aktuální datum"
102+
"CurrentDate": "Aktuální datum",
103+
"AddResult": "Přidat výsledek",
104+
"For": "Pro",
105+
"Context": "Kontext",
106+
"Attribute": "Atribut"
103107
},
104108
"error": {
105109
"MethodNotFound": "Metoda nenalezena: {methodId}",

plugins/process-assets/lang/de.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@
9999
"Cancelled": "Abgebrochen",
100100
"WaitUntil": "Warten bis",
101101
"CurrentUser": "Aktueller Benutzer",
102-
"CurrentDate": "Aktuelles Datum"
102+
"CurrentDate": "Aktuelles Datum",
103+
"AddResult": "Ergebnis hinzufügen",
104+
"For": "Für",
105+
"Context": "Kontext",
106+
"Attribute": "Attribut"
103107
},
104108
"error": {
105109
"MethodNotFound": "Methode nicht gefunden: {methodId}",

plugins/process-assets/lang/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
"Cancelled": "Cancelled",
105105
"WaitUntil": "Wait until",
106106
"CurrentUser": "Current user",
107-
"CurrentDate": "Current date"
107+
"CurrentDate": "Current date",
108+
"AddResult": "Add result",
109+
"For": "For",
110+
"Context": "Context",
111+
"Attribute": "Attribute"
108112
},
109113
"error": {
110114
"MethodNotFound": "Method not found: {methodId}",

plugins/process-assets/lang/es.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
"Cancelled": "Cancelado",
105105
"WaitUntil": "Esperar hasta",
106106
"CurrentUser": "Usuario Actual",
107-
"CurrentDate": "Fecha Actual"
107+
"CurrentDate": "Fecha Actual",
108+
"AddResult": "Agregar resultado",
109+
"For": "Para",
110+
"Context": "Contexto",
111+
"Attribute": "Atributo"
108112
},
109113
"error": {
110114
"MethodNotFound": "Método no encontrado: {methodId}",

plugins/process-assets/lang/fr.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
"Cancelled": "Annulé",
105105
"WaitUntil": "Attendre jusqu'à",
106106
"CurrentUser": "Utilisateur actuel",
107-
"CurrentDate": "Date actuelle"
107+
"CurrentDate": "Date actuelle",
108+
"AddResult": "Ajouter un résultat",
109+
"For": "Pour",
110+
"Context": "Contexte",
111+
"Attribute": "Attribut"
108112
},
109113
"error": {
110114
"MethodNotFound": "Méthode introuvable : {methodId}",

plugins/process-assets/lang/it.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
"Cancelled": "Annullato",
105105
"WaitUntil": "Aspetta fino a",
106106
"CurrentUser": "Utente corrente",
107-
"CurrentDate": "Data corrente"
107+
"CurrentDate": "Data corrente",
108+
"AddResult": "Aggiungi risultato",
109+
"For": "Per",
110+
"Context": "Contesto",
111+
"Attribute": "Attributo"
108112
},
109113
"error": {
110114
"MethodNotFound": "Metodo non trovato: {methodId}",

plugins/process-assets/lang/ja.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@
103103
"Cancelled": "キャンセル済み",
104104
"WaitUntil": "待機する",
105105
"CurrentUser": "現在のユーザー",
106-
"CurrentDate": "現在の日付"
106+
"CurrentDate": "現在の日付",
107+
"AddResult": "結果を追加",
108+
"For": "〜のために",
109+
"Context": "コンテキスト",
110+
"Attribute": "属性"
107111
},
108112
"error": {
109113
"MethodNotFound": "メソッドが見つかりません: {methodId}",

plugins/process-assets/lang/pt.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@
104104
"Cancelled": "Cancelado",
105105
"WaitUntil": "Aguardar até",
106106
"CurrentUser": "Usuário Atual",
107-
"CurrentDate": "Data Atual"
107+
"CurrentDate": "Data Atual",
108+
"AddResult": "Adicionar resultado",
109+
"For": "Para",
110+
"Attribute": "Atributo",
111+
"Context": "Contexto"
108112
},
109113
"error": {
110114
"MethodNotFound": "Método não encontrado: {methodId}",

0 commit comments

Comments
 (0)