2023 walkthrough changes

This commit is contained in:
2023-11-28 14:30:02 -05:00
parent 0b236e142f
commit a4321d0a23
40 changed files with 314 additions and 231 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 2.7.0
var validations;
import {
@@ -11,7 +11,7 @@ validations = {
name: validatePresence({
presence: true,
message: function(key, type) {
return buildMessage(t("attributes.workflow_action_definition." + key), {
return buildMessage(t(`attributes.workflow_action_definition.${key}`), {
type: type
});
}