jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Smalyshev: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js 
b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
index 8e528f9..4904a00 100644
--- a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
+++ b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
@@ -166,7 +166,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: merged
Gerrit-Change-Id: I3e06a92d164e6eadeb0dc6103036703daeaa361d
Gerrit-PatchSet: 3
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to