Commit d3751537 authored by Jérome Perrin's avatar Jérome Perrin

add some TODOs

parent 6d31bbd0
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// Minimalistic ERP5's like portal type configuration // Minimalistic ERP5's like portal type configuration
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// XXX we should use lists instead to keep ordering
var portal_types = { var portal_types = {
"Input Module": { "Input Module": {
"view": { "view": {
...@@ -347,6 +348,7 @@ ...@@ -347,6 +348,7 @@
.allowPublicAcquisition("whoWantsToDisplayThisDocument", .allowPublicAcquisition("whoWantsToDisplayThisDocument",
function (param_list) { function (param_list) {
// Hey, I want to display some jIO document // Hey, I want to display some jIO document
// XXX should be merged with whoWantsToDisplayThisResult
var kw = { var kw = {
action: param_list[1] || "view" action: param_list[1] || "view"
}; };
......
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