Skip to content
Snippets Groups Projects
Commit 421c7028 authored by barillac's avatar barillac
Browse files

defined default inventory spaces

SVN: 33056
parent f01bdb51
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, {
init: function(serverFacade){
DefaultProfile.prototype.init.call(this, serverFacade);
this.inventorySpaces = ["MATERIALS", "METHODS"];
this.storagesConfiguration = {
"isEnabled" : true,
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment