Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div>
<div v-if="!allowInterstitial" class="alert alert-info task-info-alert">
"{{ $t('Display Next Assigned Task to Task Assignee') }}" {{ $t('option has been moved to the task destination dropdown') }}
</div>
<screen-select
v-if="allowInterstitial"
v-model="screen"
Expand Down Expand Up @@ -100,6 +103,13 @@ export default {
this.$set(this.node, "allowInterstitial", false);
}
},

},
};
</script>

<style lang="scss" scoped>
.task-info-alert {
background-color: #EAF2FF;
}
</style>
1 change: 1 addition & 0 deletions resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@
"Options Variable": "Optionenvariable",
"Get options from this variable. Must be an array.": "Optionen aus dieser Variable erhalten. Muss ein Array sein.",
"Option Label Shown": "Angezeigte Optionsbezeichnung",
"option has been moved to the task destination dropdown": "option wurde in die Dropdown-Liste „Aufgabenziel“ verschoben",
"Enter the property name from the Request data variable that displays to the user on the screen.": "Geben Sie den Namen der Eigenschaft aus der Anforderungsdatenvariable ein, die dem Benutzer auf dem Bildschirm angezeigt wird.",
"Show Control As": "Steuerung anzeigen als",
"Allow Multiple Selections": "Mehrfachauswahl zulassen",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@
"open": "open",
"Operating System": "Operating System",
"Option Label Shown": "Option Label Shown",
"option has been moved to the task destination dropdown": "option has been moved to the task destination dropdown",
"Options List": "Options List",
"Options Variable": "Options Variable",
"Options": "Options",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,7 @@
"open": "abierto",
"Open": "Abrir",
"Operating System": "Sistema operativo",
"option has been moved to the task destination dropdown": "La opción se ha movido al menú desplegable de destino de la tarea.",
"Option Label Shown": "Etiqueta de opción mostrada",
"Options List": "Lista de opciones",
"Options Variable": "Variable de opciones",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@
"Options Variable": "Options de la variable",
"Get options from this variable. Must be an array.": "Obtenir des options de cette variable. Doit être un tableau.",
"Option Label Shown": "Étiquette d'options affichée",
"option has been moved to the task destination dropdown": "l'option a été déplacée vers la liste déroulante de destination de la tâche",
"Enter the property name from the Request data variable that displays to the user on the screen.": "Saisir le nom de la propriété relative à la variable de données de la demande qui s'affiche sur l'écran de l'utilisateur.",
"Show Control As": "Afficher les commandes en tant que",
"Allow Multiple Selections": "Autoriser les sélections multiples",
Expand Down