[Koha-bugs] [Bug 5031] CSV export profile form doesn't indicate that profile marcfields are required

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 17 21:35:02 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5031

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|rel_3_2                     |master

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
In fact the script doesn't have any error handling at all. It will process
inserts, updates, and deletes if all the required data is submitted:

if ($profile_name && $profile_content && $action) {
 ...


But if any of those doesn't exist nothing happens.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list