mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
icon change
This commit is contained in:
@@ -54,9 +54,13 @@ export class JsonStore {
|
||||
.then(function () {
|
||||
WL.Logger.debug('Find all colletion data');
|
||||
console.log('Find all colletion data');
|
||||
return WL.JSONStore.get(collectionName).findAll(allOptions).then((value) => {
|
||||
var notificationData
|
||||
WL.JSONStore.get(collectionName).findAll(allOptions).then((value) => {
|
||||
console.log('Find all colletion data', value);
|
||||
notificationData = JSON.parse(value);
|
||||
});
|
||||
console.log('Notification Data', notificationData);
|
||||
return notificationData;
|
||||
}).fail(function (err) {
|
||||
WL.Logger.error(err);
|
||||
console.log("JsonStore getColletion error ",err)
|
||||
|
||||
Reference in New Issue
Block a user