2023 walkthrough changes
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user