Commit 16dc3cff authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Arregla título de pestaña del listado en citas

parent 2096c8af
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -435,6 +435,8 @@ define([
				return;
			}

			this.listAndEditorNode.set('title', this.i18n.form);

			this.listAndEditorNode.selectChild(this.editorNode);
			//this._emitEvt('CLEAR_SELECTION');

@@ -481,6 +483,8 @@ define([

			this._currentData = null;

			this.listAndEditorNode.set('title', this.i18n.list);

			this.listAndEditorNode.selectChild(this.browserAndSearchContainer);
		},

+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ define([
			this.facetsConfig = this._merge([{
				aggs: {
					"activityType": {
						'open': true,
						"open": true,
						"terms": {
							"field": "activityType.name",
							"size": 20