]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add the uid on hover for sharing autocomplete
authorJoas Schilling <nickvergessen@owncloud.com>
Wed, 24 Feb 2016 08:57:02 +0000 (09:57 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Wed, 24 Feb 2016 08:57:02 +0000 (09:57 +0100)
core/js/sharedialogview.js

index fbb3a9158107cc7ccc3bff3e9cdcbba9775f813e..5ca8116ec80db7c343b6d085f8f2f12fe0ec914b 100644 (file)
                                                                .tooltip('hide')
                                                                .tooltip({
                                                                        placement: 'bottom',
-                                                                       trigger: 'manual',
+                                                                       trigger: 'manual'
                                                                })
                                                                .tooltip('fixTitle')
                                                                .tooltip('show');
                                }
                        }
                        insert.text(text);
+                       insert.attr('title', item.value.shareWith);
                        if(item.value.shareType === OC.Share.SHARE_TYPE_GROUP) {
                                insert = insert.wrapInner('<strong></strong>');
                        }