We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
アップローダープラグイン設定:数字以外の文字&マイナスが登録できてしまう。画像参照下さい。
保存した後の状態↓
この影響でファイルアップロードができなくなります。
baserCMS version : 5.0.8-dev
The text was updated successfully, but these errors were encountered:
@HungDV2022 数値のバリデーションを追加してください。 KeyValueBehaviorを利用しているので、validationDefault ではなく validationExpanded を定義して、保存前にチェックするようにしてください。
validationDefault
validationExpanded
Sorry, something went wrong.
fix baserproject#2954 アップローダープラグイン設定:数字以外の文字&マイナスが登録できてしまう
a3547b9
611448a
HungDV2022
No branches or pull requests
概要
アップローダープラグイン設定:数字以外の文字&マイナスが登録できてしまう。画像参照下さい。
保存した後の状態↓
この影響でファイルアップロードができなくなります。
baserCMS version : 5.0.8-dev
TODO
備考
The text was updated successfully, but these errors were encountered: