[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Marcel de Rooy changed: What|Removed |Added Version|unspecified |master -- You are receivi

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Marcel de Rooy changed: What|Removed |Added Attachment #85019|0 |1 is obsolete|

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 --- Comment #9 from Katrin Fischer --- Ultimately... we should use the same code for generating the form here that we use in catalouging as there are other issues (missing select2 functionality is an example) - but that will go way b

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 --- Comment #10 from Katrin Fischer --- Thx for QA! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Nick Clemens changed: What|Removed |Added CC||n...@bywatersolutions.com

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-03-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Martin Renvoize changed: What|Removed |Added Status|Pushed to Master|Pushed to Stable --- Comm

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Katrin Fischer changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 --- Comment #2 from Katrin Fischer --- Created attachment 84945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84945&action=edit Bug 13735: Update PrepareItemrecordDisplay to use maxlength The PrepareItemrecordDis

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Katrin Fischer changed: What|Removed |Added Patch complexity|--- |Small patch St

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 --- Comment #3 from Katrin Fischer --- I feel this was an oversight when maxlength was added to the frameworks (it was forever ago, but not there from the beginning). As this is a change to a routine in C4 it cries for unit tests,

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Martin Renvoize changed: What|Removed |Added Attachment #84945|0 |1 is obsolete|

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 Martin Renvoize changed: What|Removed |Added Status|Needs Signoff |Signed Off

[Koha-bugs] [Bug 13735] Item form in serials module doesn't respect max length set in the frameworks

2019-02-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13735 --- Comment #6 from Martin Renvoize --- With my QA hat on.. I don't think we should require a test here.. the code is hideously integrated and a test would end up being more complicated than the fix itself.. When it comes to refacto