Bugzilla – Attachment 131496 Details for
Bug 30225
Rewrite cities admin view in Vue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30225: Fix edit>cancel>list>add
Bug-30225-Fix-editcancellistadd.patch (text/plain), 950 bytes, created by
Jonathan Druart
on 2022-03-08 17:00:59 UTC
(
hide
)
Description:
Bug 30225: Fix edit>cancel>list>add
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-08 17:00:59 UTC
Size:
950 bytes
patch
obsolete
>From e9d936262c13af9c24c5d3fe86c70ce6570462aa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 8 Mar 2022 18:00:16 +0100 >Subject: [PATCH] Bug 30225: Fix edit>cancel>list>add > >New form shouldn't be populated with last edited city. Appened when >cancel link was used >--- > koha-tmpl/intranet-tmpl/prog/js/vue/Cities.vue | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/Cities.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/Cities.vue >index 116838c4e32..481c9026f97 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/Cities.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/Cities.vue >@@ -24,6 +24,8 @@ export default { > this.message = null > this.error = null > this.op = view >+ if (view == 'list' ) >+ this.city_id = null; > }, > cityCreated() { > this.message = "City created" >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30225
:
131371
|
131496
|
131523
|
132643
|
140235