https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #32 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #30)
Hi Jonathan,
Continuing testing:
I've used the SQL from the installer file to create my ACQ framework.
1) Looking at the code, why this change on the ISBD view? filters => 'ViewPolicy', options => { interface => 'intranet', - frameworkcode => $framework + frameworkcode => 'ACQ' },
No idea! Sounds like a mistake. Done.
2) The input fields are much shorter with the ACQ framework active. Can we extend them a bit to be a similar size than before? Especially title and series fields are too short.
Done.
3) The descriptions of the fields coming from the default framework are not very nice because they are out of context without the field description. For example 440 says title, but it's not clear it's the series title. The MARC helps a bit.
We could show the description of the tag too, but it will display bad as well, "tag / subfield" would be: "SERIES STATEMENT/ADDED ENTRY--TITLE / Title". Do you have a suggestion to improve that?
4) I filled in title and series title and got an error on saving: Indicator in 440 is empty at /home/vagrant/kohaclone/C4/Biblio.pm line 2294. :13: parser error : Opening and ending tag mismatch: record line 6 and datafield </datafield> ^ :14: parser error : Opening and ending tag mismatch: collection line 2 and record </record> ^ :15: parser error : Extra content at the end of the document </collection>
It's a bug in TransformHtmlToXml, I have opened and attached a patch on bug 20540. -- You are receiving this mail because: You are watching all bug changes.