summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-10-24 11:45:02 +1000
committerJeff Fearn <jfearn@redhat.com>2022-10-24 11:45:02 +1000
commita18580cfc4c5c0ee7c25566533b9a7f99a18eb85 (patch)
tree4e032454a14dba95b8f907dc16bc92e2e59a1157
parentBug 1892238 - quick search does not find a bug which contains a specific string (diff)
downloadbugzilla-a18580cfc4c5c0ee7c25566533b9a7f99a18eb85.tar.gz
bugzilla-a18580cfc4c5c0ee7c25566533b9a7f99a18eb85.tar.bz2
bugzilla-a18580cfc4c5c0ee7c25566533b9a7f99a18eb85.zip
Bug 2086708 - incorrect/nonsense ITR values in cloned/reopened RHEL BZs
Remove bvp-advanced class from ancestor. Change-Id: Id7d35d134dc920ee18ab4280fbead11fe18e7077
-rw-r--r--js/field.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/field.js b/js/field.js
index 3a12a83b3..6c25528e5 100644
--- a/js/field.js
+++ b/js/field.js
@@ -100,6 +100,7 @@ function validateEnterBug(theform, always_private) {
focus_me = theform[field];
focus = 0;
$(fld_id).parent().parent().removeClass('bz_tui_hidden');
+ $(fld_id).parent().parent().removeClass('bvp-advanced');
}
}
});