Summary: | patron categories should show which fields are required | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
error about required fields not being filled in
all possible errors/required fields Bug 6329 - patron categories should show which fields are required [SIGNED-OFF] Bug 6329 - patron categories should show which fields are required [PASSED QA] Bug 6329 - patron categories should show which fields are required |
Created attachment 4077 [details]
all possible errors/required fields
Created attachment 18135 [details] [review] Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Created attachment 18139 [details] [review] [SIGNED-OFF] Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Created attachment 18141 [details] [review] [PASSED QA] Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works nicely. Template changes only, but no string changes. This patch has been pushed to master and 3.12.x. |
Created attachment 4076 [details] error about required fields not being filled in When you're adding or editing patron category the required fields aren't marked as required. There should be a red start or some sort of indication of what fields are required.