Bugzilla – Attachment #125571: Bug 27945: (QA follow-up) Validate the input in the form for
bug #27945
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 27945
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/js/categories.js (-1 / +4 lines)
Lines 88-93 $(document).ready(function() {
Link Here
88
},
88
},
89
min_password_length: {
89
min_password_length: {
90
digits: true
90
digits: true
91
},
92
article_request_limit: {
93
digits: true,
94
min: 1
91
}
95
}
92
},
96
},
93
messages: {
97
messages: {
94
-
Return to
bug 27945