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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js (-3 / +3 lines)
Lines 10-17 export class AdditionalFieldsAPIClient extends HttpClient { Link Here
10
    get additional_fields() {
10
    get additional_fields() {
11
        return {
11
        return {
12
            getAll: resource_type =>
12
            getAll: resource_type =>
13
                this.get({
13
                this.getAll({
14
                    endpoint: "?resource_type=" + resource_type,
14
                    endpoint: "",
15
                    params: { resource_type },
15
                }),
16
                }),
16
        };
17
        };
17
    }
18
    }
18
- 

Return to bug 39346