https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19249

            Bug ID: 19249
           Summary: date picker broken in quick add brief form
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

If a date input like date of birth is mandatory, in quick add brief form the
calendar icon appears but clicking on it does nothing.
This is because quick add brief form creates a clone of inputs in the original
form.
An input with date picker is changed and linked to Javascript code (see
calendar.inc) so it can not be cloned.

Note also that creating a clone of an input in another form does not update the
form value in its DOM. It can generate errors.

In my opinion this feature should be reconsidered to hide unwanted fields
instead of cloning wanted ones. Many bugs may be avoided.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to