[Koha-bugs] [Bug 12176] Remove HTML from additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 23 23:03:30 CEST 2015


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39442|0                           |1
        is obsolete|                            |

--- Comment #30 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 39452
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39452&action=edit
[SIGNED-OFF] Bug 12176: Fix for missing field_value in select

As Jonathan Druart discovered, we were still missing an important attribute
in the selects. Var mv.name was not filled, so the name was empty with nice
side-effects :)
While fixing this, it was also possible to delete some unused vars that
Bernardo
already mentioned before: $attributes and $attributes_no_value.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

For me the simptom was different, when saving an edited item
fields were mangled beyond repear :(
No alert for empty mandatory fields.

But this last patch fix the problem.
Tested add/edit items
Cleaner pl file :)
No errors

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list