Skip to content

Commit

Permalink
This will resolve the cause of FOUR-20102
Browse files Browse the repository at this point in the history
  • Loading branch information
estebangallego committed Dec 17, 2024
1 parent d5aed66 commit 38ccc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProcessMaker/Models/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public static function rules($existing = null, $table = null): array

return [
'name' => ['required', $unique, 'alpha_spaces', 'max:255'],
'description' => ['required', 'string', 'max:100'],
'description' => ['required', 'string'],
'version' => ['required', 'regex:/^[0-9.]+$/'],
];
}
Expand Down

0 comments on commit 38ccc71

Please sign in to comment.