issue #23406: guard activities list
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 21 Apr 2014 17:28:45 +0000 (13:28 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 21 Apr 2014 17:28:45 +0000 (13:28 -0400)
enyo-client/application/source/views/list.js

index 4fd715a..4840dd8 100644 (file)
@@ -120,6 +120,10 @@ trailing:true, white:true, strict: false*/
       ]}
     ],
     getWorkspace: function () {
+      if (!this._lastTapIndex) {
+        // don't respond to events waterfalled from other models
+        return;
+      }
       var collection = this.getValue(),
         model = collection.at(this._lastTapIndex),
         recordType = "XM." + model.get("activityType");