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

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

Return to bug 39346