Jonas Kress (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/289612

Change subject: Embed images in CoordinateResultBrowser popup
......................................................................

Embed images in CoordinateResultBrowser popup

Change-Id: I3e06a92d164e6eadeb0dc6103036703daeaa361d
---
M wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/12/289612/1

diff --git a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js 
b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
index a14308a..9cc1c6f 100644
--- a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
+++ b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
@@ -158,7 +158,7 @@
         * @private
         */
        SELF.prototype._getItemDescription = function( row ) {
-               var $result = $( '<div/>' ).append( 
this._getFormatter().formatRow( row ) );
+               var $result = $( '<div/>' ).append( 
this._getFormatter().formatRow( row, true ) );
 
                return $result;
        };

-- 
To view, visit https://gerrit.wikimedia.org/r/289612
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e06a92d164e6eadeb0dc6103036703daeaa361d
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to