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

Corrige peticiones de esquema sin prefijo definido

parent 95254923
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -193,7 +193,9 @@ define([

			if (this.schema) {
				this._buildModelWithSchema(this.schema);
			} else if (this.target.indexOf(redmicConfig.apiUrlVariable) !== -1) {
			} else if (this.target.indexOf(redmicConfig.apiUrlVariable) !== -1 ||
				this.target.indexOf('undefined') !== -1) {

				this._emitEvt("GET", {
					target: this.target,
					id: this.idForGet,