Commit 4f495d29 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Muestra de nuevo contenidos en vistas detalle

Recupera las opciones en el selector de contenido para entidades que no
añaden dinámicamente ningún widget, omitidas por error.
parent 7fd0528b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -126,6 +126,8 @@ define([
				emptyValueLabel: '<i>' + this.i18n.noFixedContent + '</i>'
			});

			this._setWidgetKeysAsSelectorOptions();

			this._setSubscription({
				channel: this._widgetSelector.getChannel('VALUE_CHANGED'),
				callback: lang.hitch(this, this._onWidgetSelectorValueChanged)