Commit ad6b5c35 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5storage "normal" mode became "generic" mode

parent bd094b9f
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
// type: "erp5" // type: "erp5"
// url: {string} // url: {string}
// mode: {string} (optional) // mode: {string} (optional)
// - "normal" (default) // - "generic" (default)
// - "erp5_only" // - "erp5_only"
// //
// with // with
...@@ -38,7 +38,7 @@ jIO.addStorageType("erp5", function (spec, my) { ...@@ -38,7 +38,7 @@ jIO.addStorageType("erp5", function (spec, my) {
// ATTRIBUTES // // ATTRIBUTES //
priv.url = null; priv.url = null;
priv.mode = "normal"; priv.mode = "generic";
priv.auth_type = "none"; priv.auth_type = "none";
priv.encoded_login = null; priv.encoded_login = null;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment