We need to add information about limits to the validators
|
}, 'messages.team.error.too_many_members_simple'); // TODO: add params like in add/remove buttons |
just like we have them in add/remove buttons:
|
$button->form->addError(Html::el()->setText($this->translator->translate('messages.team.error.too_many_members', $maxMembers, ['category' => $category]))); |
Depends on nette/forms#218
We need to add information about limits to the validators
entries/app/forms/TeamFormFactory.php
Line 61 in e9d743c
just like we have them in add/remove buttons:
entries/app/forms/TeamFormFactory.php
Line 85 in e9d743c
Depends on nette/forms#218