backward compatability - make details also avaliable as data form fields

This commit is contained in:
Jon Atkins 2013-08-28 06:18:55 +01:00
parent b6ce79e323
commit 0be0e3ea25

View File

@ -259,7 +259,8 @@ window.Render.prototype.createFieldEntity = function(ent) {
clickable: false,
guid: ent[0],
timestamp: ent[1],
details: ent[2]
details: ent[2],
data: ent[2] // LEGACY: we used to be inconsistant - portals used .details, fields .data
});