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

add some TODOs

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