http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7613 --- Comment #21 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- (In reply to comment #20)
1. why don't the batches appear on http://intranet/cgi-bin/koha/tools/manage-marc-import.pl for me? Should C4::ImportBatch::GetImportBatchRangeDesc and ::GetNumberOfNonZ3950ImportBatches be changed?
Yes, it's an omission, will correct that
2. why are we using a mixed colon-delimited and XML input file, instead of GET parameters and an XML post? So it would be like http://intranet/cgi-bin/koha/svc/import_bib?import_mode=direct and just an XML file POSTed, which I think may be more portable for web API libraries.
Frankly, I have not thought of that. I've never encountered such situation, and had only problems when mixing url and post params. However, this is a different case, and it does look better, so I'll try to implement it. -- You are receiving this mail because: You are watching all bug changes.