https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #30 from Katrin Fischer <[email protected]> --- 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' }, 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. 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. 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> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
