For some reason it's commented out here: https://github.com/Koha-Community/Koha/blob/f27ed123be8ac1f0ecd76cd54ed9c2a8e591aefe/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt#L476 Even though it's a valid source, as shown here: https://github.com/Koha-Community/Koha/blob/f27ed123be8ac1f0ecd76cd54ed9c2a8e591aefe/misc/migration_tools/bulkmarcimport.pl#L448 Which is analogous to import_lexile.pl script's source here, which isn't commented out: https://github.com/Koha-Community/Koha/blob/f27ed123be8ac1f0ecd76cd54ed9c2a8e591aefe/misc/migration_tools/import_lexile.pl#L199 So I think it should be commented out, because we have a use-case to specify it, and we cannot use "*" as that also prevents manual staff staff edit, so the only workaround for now is to manually change the field in the SQL database...
Created attachment 157653 [details] [review] Bug 35075: "bulkmarcimport" source missing in Marc Overlay Rules settings page
Happy to try and test. Could you please add a test plan to the commit message? (See the https://wiki.koha-community.org/wiki/Commit_messages#Test_plan) It will also need a bug/feature description as well, to keep the QA Team happy. Thanks. David
It was commented out because there were blockers to it actually working... I have a feeling those blockers are still being worked on at the moment.
Yes, take a look at the depends on above.. it's commented out at the moment to prevent it's use whilst that bug works through.
*** This bug has been marked as a duplicate of bug 25539 ***