if ((!this.endSelected || this.endSelected > this.end) && this.end != null) {
        this.set({ endSelected: new Date(this.end) }, null, false /*make change non-persistent for URL and history*/);
      }