Commit b0f70cee authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Usa como id de facets clave en lugar de traducción

parent 280a2d8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ define([

		_render: function() {

			this.containerBucketsNode = put("div[data-redmic-id=$].bucket", this.title);
			this.containerBucketsNode = put("div[data-redmic-id=$].bucket", this.label);
			this.content = this.containerBucketsNode;

			var buckets = this.config.buckets;