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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue (-1 / +3 lines)
Lines 352-357 export default { Link Here
352
                                this.$__("Train %s deleted").format(train.name),
352
                                this.$__("Train %s deleted").format(train.name),
353
                                true
353
                                true
354
                            )
354
                            )
355
                            this.$router.push(
356
                                "/cgi-bin/koha/preservation/trains"
357
                            )
355
                        },
358
                        },
356
                        error => {}
359
                        error => {}
357
                    )
360
                    )
358
- 

Return to bug 30708