Skip to content

Commit 253e957

Browse files
committed
MOBILE-2178 database: Remove 'fields' from offline storage indexes
Storing an array of objects in an index makes the app crash in iOS
1 parent 736a8be commit 253e957

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

www/addons/mod/data/services/data_offline.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ angular.module('mm.addons.mod_data')
3737
{
3838
name: 'entryid'
3939
},
40-
{
41-
name: 'fields'
42-
},
4340
{
4441
name: 'timemodified'
4542
},

0 commit comments

Comments
 (0)