https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37893
--- Comment #63 from Pedro Amorim <[email protected]> --- (In reply to Jonathan Druart from comment #62) > > Out of scope here? AFAIK the 'dummy' existing config in SIPconfig.xml served > > only as documentation for all the possible configuration values for accounts > > + institutions + syspref overrides (which is what is migrated here). Server > > params and listeners are still read from the SIPconfig.xml file (as per > > DCook's original QA requirements). > > It's a regression for ktd: we are expecting to have a working configuration. > See https://gitlab.com/koha-community/koha-misc4dev/-/issues/35 and the > related merge request "Issue #35 - Make SIP work out of the box" C4::SIP::Sip::Configuration::get_configuration only fetches accounts, institutions and syspref_overrides from the database if any exist (in the database). Otherwise it falls back to the old way: reading that data from SIPconfig.xml. This was purposely done to have a smooth transition i.e. if for any reason the data is not in the database, reading from the SIPconfig.xml is still the fallback (until full deprecation in the future(?)). I'm happy to help/follow-up with whatever is needed, though I've not worked on misc4dev before and would appreciate guidance, would it be a new sip_data.sql file under installer/data/mysql/mandatory? Thank you. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
