View | Details | Raw Unified | Return to bug 26929
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 878-884 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
878
            $("#macro-toolbar").prepend($convert);
878
            $("#macro-toolbar").prepend($convert);
879
        }
879
        }
880
        let options = {
880
        let options = {
881
            url: "/api/v1/advanced_editor/macros/",
881
            url: "/api/v1/advanced_editor/macros/?_per_page=-1",
882
            method: "GET",
882
            method: "GET",
883
            contentType: "application/json",
883
            contentType: "application/json",
884
        };
884
        };
885
- 

Return to bug 26929