Bug 22388

Summary: svc/split_callnumbers should have execute flag set
Product: Koha Reporter: Nick Clemens <nick>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: fridolin.somers, jonathan.druart, lucas, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15836    
Bug Blocks:    
Attachments: Bug 22388: Add missing +x flag to split_callnumbers
Bug 22388: Add missing +x flag to split_callnumbers

Comment 1 Jonathan Druart 2019-02-21 15:25:21 UTC
Created attachment 85452 [details] [review]
Bug 22388: Add missing +x flag to split_callnumbers

The following commit added this svc script but did not set the correct
permissions, +x was missing
  commit 328046e59cbf7c858b9218ac2adf27bb42784776
  Bug 15836: Add missing svc script
Comment 2 Nick Clemens 2019-02-21 15:54:52 UTC
Created attachment 85453 [details] [review]
Bug 22388: Add missing +x flag to split_callnumbers

The following commit added this svc script but did not set the correct
permissions, +x was missing
  commit 328046e59cbf7c858b9218ac2adf27bb42784776
  Bug 15836: Add missing svc script

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 3 Nick Clemens 2019-02-22 15:20:53 UTC
Simple fix, passing QA
Comment 4 Nick Clemens 2019-02-22 15:21:17 UTC
Awesome work all!

Pushed to master for 19.05
Comment 5 Martin Renvoize 2019-02-26 09:16:39 UTC
Pushed to 18.11.x for 18.11.04
Comment 6 Lucas Gass 2019-03-06 22:49:22 UTC
18.05.x is missing 15837 dependency, wont backport.