alova - update comments

This commit is contained in:
proddy
2023-06-15 16:08:25 +02:00
parent adc4760b5f
commit f58dbf6ec1
20 changed files with 117 additions and 137 deletions

View File

@@ -90,7 +90,7 @@ export const schedulerItemValidation = () =>
new Schema({
name: [
{
// TODO name must be unique - add check
// TODO validator: add check for unique name
required: true,
type: 'string',
pattern: /^[a-zA-Z0-9_\\.]{0,15}$/,