Commit 71a41c75 authored by Sven Franck's avatar Sven Franck

app: fixed map tableItem (still on old API)

parent a65701e5
......@@ -3365,9 +3365,9 @@
map.tableItem = function (spec) {
var j, k, segment, row, cell, id, quirk_dict, record, new_item, item;
quirk_dict = spec.parent.property_dict;
quirk_dict = spec.wrapper.property_dict;
item = spec.item;
record = item.doc;
record = item.doc || {};
id = record[quirk_dict.link_identifier] || record._id || item._id;
new_item = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment