mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a516adc396
commit
b800342d72
@ -1139,7 +1139,8 @@ module.Collection = core.ImageGridFeatures.Feature({
|
|||||||
Object.keys(raw)
|
Object.keys(raw)
|
||||||
.forEach(function(key){ metadata[key] = raw[key] })
|
.forEach(function(key){ metadata[key] = raw[key] })
|
||||||
|
|
||||||
// XXX use .prepareIndexForWrite(.., mode) for this...
|
// XXX use .prepareIndexForWrite(.., full) for this...
|
||||||
|
// XXX pass the date...
|
||||||
// collections/<gid>/data
|
// collections/<gid>/data
|
||||||
if(metadata.data){
|
if(metadata.data){
|
||||||
res.index[path +'/data'] = metadata.data
|
res.index[path +'/data'] = metadata.data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user