mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-23 20:30:22 +00:00
[AB-70] adding templates for command parameter validators and removed duplicated command templates from assignable role place
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<#assign parameters=model.validatorParams><#assign parameterName=model.parameter.name><#include "${model.validationTemplate}">
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "command_parameter_validation_exception"/>"
|
||||
@@ -1 +0,0 @@
|
||||
Changes the description of an assignable role place
|
||||
@@ -1 +0,0 @@
|
||||
Changes the description which is shown for the assignable role place. This change takes effect the next time the assignable place is setup the next time.
|
||||
@@ -1 +0,0 @@
|
||||
The name of the assignable place to change the description for
|
||||
@@ -1 +0,0 @@
|
||||
The new description to set for the assignable role place
|
||||
@@ -0,0 +1 @@
|
||||
The given text for parameter `${parameterName}` needs to be shorter than or equal to ${parameters[0].number} characters.
|
||||
@@ -0,0 +1 @@
|
||||
The given text for parameter `${parameterName}` needs to be longer than or equal to ${parameters[0].number} characters.
|
||||
@@ -0,0 +1 @@
|
||||
The given value for parameter `${parameterName}` needs to be less than or equal to ${parameters[0].number}.
|
||||
@@ -0,0 +1 @@
|
||||
The given value for `${parameterName}` needs to be more than or equal to ${parameters[0].number}.
|
||||
Reference in New Issue
Block a user