Commit d897f782 authored by CarlosGC1989's avatar CarlosGC1989
Browse files

Arregla error detectado en step de wizard

parent b307850e
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
define([
	"app/base/views/_View"
	, "app/administrative/views/DocumentView"
	, "app/administrative/taxonomy/views/SpeciesView"
	, "app/viewers/views/BibliographyView"
	, "app/catalog/views/SpeciesCatalogView"
	, "app/components/steps/CitationStep"
	, "app/components/steps/MainDataStep"
	, "app/components/steps/DocumentStepFiltered"
@@ -72,7 +72,15 @@ define([
						// WizardStep params
						label: this.i18n.correctionDocument,
						propertyName: "document",
						title: this.i18n.selectDocument
						title: this.i18n.selectDocument,
						facetsConfig: {
							aggs: {
								"language": {
									"open": true
								}
							},
							openFacets: false
						}
					}
				},{
					definition: declare([SpeciesView, _CompleteBySelection]),
+0 −2
Original line number Diff line number Diff line
@@ -103,8 +103,6 @@ define([
			this._publish(this.instanceContentPopup.getChannel("CLEAR_SELECTION"));

			this._publish(this.instanceContentPopup.getChildChannel("textSearch", "RESET"));

			this._publish(this.instanceContentPopup.getChildChannel("browser", "CLEAR"));
		},

		_subBrowserHidden: function(res) {
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.