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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-6 / +1 lines)
Lines 45-51 export default { Link Here
45
                    ..._dt_default_ajax({ options: this.options }),
45
                    ..._dt_default_ajax({ options: this.options }),
46
                },
46
                },
47
                buttons,
47
                buttons,
48
                default_search: this.$route.query.q,
48
                search: { search: this.$route.query.q },
49
                ...this.options,
49
                ...this.options,
50
            },
50
            },
51
            hidden_ids,
51
            hidden_ids,
Lines 182-191 export default { Link Here
182
            type: Object,
182
            type: Object,
183
            required: false,
183
            required: false,
184
        },
184
        },
185
        default_search: {
186
            type: String,
187
            required: false,
188
        },
189
        add_filters: {
185
        add_filters: {
190
            type: Boolean,
186
            type: Boolean,
191
            required: false,
187
            required: false,
192
- 

Return to bug 33066