Author: echatellier Date: 2014-07-31 18:44:24 +0200 (Thu, 31 Jul 2014) New Revision: 456 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/456 Log: Fix undefined for rootFolders Modified: trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js Modified: trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js 2014-07-31 16:38:29 UTC (rev 455) +++ trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js 2014-07-31 16:44:24 UTC (rev 456) @@ -104,6 +104,7 @@ $scope.flatMailFolders[mailFolder.topiaId] = []; var cumulativeCount = recursiveAddMailFolder($scope.flatMailFolders[mailFolder.topiaId], mailFolder.children, mailFolder, mailFolder.name, mailFolder); mailFolder.$cumulativeCount = cumulativeCount; + mailFolder.$fullPath = mailFolder.name; }); }; $scope._updateFlatMailFolders();
participants (1)
-
echatellier@users.forge.codelutin.com