[ARVADOS] updated: 1.1.2-46-g5a82b37

Git user git at public.curoverse.com
Mon Jan 15 16:18:17 EST 2018


Summary of changes:
 apps/workbench/app/assets/javascripts/components/edit_tags.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  5a82b37499c717e62d899a633f548713c872307b (commit)
      from  3fc4aaee466529bd8ed7fad664d2eb61b37d6864 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 5a82b37499c717e62d899a633f548713c872307b
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Mon Jan 15 18:16:23 2018 -0300

    12479: Re-added 'key' to the tag key div, because the lack of it
    produces an odd behavior when removing some existing tag using
    the trash button and then trying to add a new tag.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/app/assets/javascripts/components/edit_tags.js b/apps/workbench/app/assets/javascripts/components/edit_tags.js
index dbbce15..b70fd09 100644
--- a/apps/workbench/app/assets/javascripts/components/edit_tags.js
+++ b/apps/workbench/app/assets/javascripts/components/edit_tags.js
@@ -102,7 +102,7 @@ window.TagEditorRow = {
             // Tag key
             m("td", [
                 vnode.attrs.editMode ?
-                m("div", [
+                m("div", {key: 'key-'+vnode.attrs.name()}, [
                     m(inputComponent, {
                         options: nameOpts,
                         value: vnode.attrs.name,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list