backward compatability - make details also avaliable as data form fields
This commit is contained in:
parent
b6ce79e323
commit
0be0e3ea25
@ -259,7 +259,8 @@ window.Render.prototype.createFieldEntity = function(ent) {
|
|||||||
clickable: false,
|
clickable: false,
|
||||||
guid: ent[0],
|
guid: ent[0],
|
||||||
timestamp: ent[1],
|
timestamp: ent[1],
|
||||||
details: ent[2]
|
details: ent[2],
|
||||||
|
data: ent[2] // LEGACY: we used to be inconsistant - portals used .details, fields .data
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user