Summary: | Display patron attributes in the same format as other patron data | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Patrons | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jcamins, jonathan.druart, nengard, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed change
Display of patron attributes on moremember.pl Patron attributes edit view Bug 3374 - Display patron attributes in the same format as other patron data Revised interface for editing patron attributes Revised interface for displaying patron attributes [SIGNED-OFF] Bug 3374 - Display patron attributes in the same format as other patron data |
Description
Chris Cormack
2010-05-21 01:09:44 UTC
Created attachment 11706 [details] [review] Bug 3374 - Display patron attributes in the same format as other patron data This patch revises the interface for displaying and editing patron attributes so that it is consistent with other similar interfaces. Display of patron attributes should match the display of other kinds of patron data, and codes should be omitted in favor of descriptions. Entry of patron attributes should match other patron entry forms and should also omit codes in favor of descriptions. To test, view and edit patron attributes. Special functions like "Clear" and "New" should function as before. Created attachment 11707 [details]
Revised interface for editing patron attributes
Created attachment 11708 [details]
Revised interface for displaying patron attributes
Created attachment 11710 [details] [review] [SIGNED-OFF] Bug 3374 - Display patron attributes in the same format as other patron data This patch revises the interface for displaying and editing patron attributes so that it is consistent with other similar interfaces. Display of patron attributes should match the display of other kinds of patron data, and codes should be omitted in favor of descriptions. Entry of patron attributes should match other patron entry forms and should also omit codes in favor of descriptions. To test, view and edit patron attributes. Special functions like "Clear" and "New" should function as before. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Tested by viewing patrons with attributes, editing those attributes and editing the entire patron record. In all places the editing/adding works and the display is improved. QA Comment: Template modifications. Make patron attributes display more consistent. Marked as Passed QA. Patch pushed |