|
@@ -152,27 +152,27 @@ def massaged_documents_for_json(documents, user):
|
|
|
var DOCUMENTS_DEFAULTS = {
|
|
var DOCUMENTS_DEFAULTS = {
|
|
|
'1': {
|
|
'1': {
|
|
|
'id': 1,
|
|
'id': 1,
|
|
|
- 'name': 'my query history', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/beeswax/static/art/icon_beeswax_24.png',
|
|
|
|
|
|
|
+ 'name': 'my query history', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/static/beeswax/art/icon_beeswax_24.png',
|
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
|
},
|
|
},
|
|
|
'2': {
|
|
'2': {
|
|
|
'id': 2,
|
|
'id': 2,
|
|
|
- 'name': 'my query 2 trashed', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/beeswax/static/art/icon_beeswax_24.png',
|
|
|
|
|
|
|
+ 'name': 'my query 2 trashed', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/static/beeswax/art/icon_beeswax_24.png',
|
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
|
},
|
|
},
|
|
|
'3': {
|
|
'3': {
|
|
|
'id': 3,
|
|
'id': 3,
|
|
|
- 'name': 'my query 3 tagged twice', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/beeswax/static/art/icon_beeswax_24.png',
|
|
|
|
|
|
|
+ 'name': 'my query 3 tagged twice', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/static/beeswax/art/icon_beeswax_24.png',
|
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
|
},
|
|
},
|
|
|
'10': {
|
|
'10': {
|
|
|
'id': 10,
|
|
'id': 10,
|
|
|
- 'name': 'my query 3 shared', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/beeswax/static/art/icon_beeswax_24.png',
|
|
|
|
|
|
|
+ 'name': 'my query 3 shared', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/static/beeswax/art/icon_beeswax_24.png',
|
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
|
},
|
|
},
|
|
|
'11': {
|
|
'11': {
|
|
|
'id': 11,
|
|
'id': 11,
|
|
|
- 'name': 'my query 4 shared', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/beeswax/static/art/icon_beeswax_24.png',
|
|
|
|
|
|
|
+ 'name': 'my query 4 shared', 'description': '', 'url': '/beeswax/execute/design/83', 'icon': '/static/beeswax/art/icon_beeswax_24.png',
|
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
'lastModified': '03/11/14 16:06:49', 'owner': 'admin', 'lastModifiedInMillis': 1394579209.0, 'isMine': true
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|