Author: echatellier Date: 2014-06-10 10:20:56 +0200 (Tue, 10 Jun 2014) New Revision: 174 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/174 Log: Init boolean value for new nodes 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-06-10 08:14:35 UTC (rev 173) +++ trunk/faxtomail-ui-web/src/main/webapp/js/configuration.js 2014-06-10 08:20:56 UTC (rev 174) @@ -279,7 +279,12 @@ var newNode = { topiaId: "new_" + guid(), name: name, - children: [] + children: [], + useCurrentLevelEtatAttente: false, + useCurrentLevelTableColumns: false, + useCurrentLevelFaxDomain: false, + useCurrentLevelFolderActions: false, + useCurrentLevelEdiFolder: false }; // extend node (in faxtomail collapsed = extended) scope.collapse();