Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
5ad0d305
Commit
5ad0d305
authored
May 02, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: unsuccessfully try to correctly spawn texts from an arrayg
parent
c057a5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
js/erp5_loader.js
js/erp5_loader.js
+4
-3
No files found.
js/erp5_loader.js
View file @
5ad0d305
...
...
@@ -2451,7 +2451,7 @@
// TODO: class_string only works for listview, could be expanded
// TODO: this is crap though....
factory
.
util
.
generateContentElement
=
function
(
type
,
spec
,
config
)
{
var
id
,
is_type
,
is_main
,
no_icon
,
input_dict
,
container
;
var
id
,
is_type
,
is_main
,
no_icon
,
input_dict
,
container
,
is_id
;
switch
(
type
)
{
...
...
@@ -6600,7 +6600,7 @@
container
=
factory
.
element
({
"
type
"
:
"
div
"
,
"
direct
"
:
{
"
className
"
:
"
span_
"
+
quirk_dict
.
wrap_gadget
"
className
"
:
"
span_
"
+
quirk_dict
.
wrap_gadget
+
"
"
+
quirk_dict
.
class_list
}
});
container
.
appendChild
(
dyno
);
...
...
@@ -7081,6 +7081,7 @@
break
;
// set values or flag for subordination inside map.element
// NOTE: += allows to build by doing multiple setParams!
default
:
kid
.
logic
[
key
]
=
kid
.
logic
[
key
]
||
""
;
if
(
val
.
split
(
"
subordinate_
"
).
length
>
1
)
{
...
...
@@ -7099,7 +7100,7 @@
kid
.
needs_subordination
=
true
;
}
}
else
{
kid
.
logic
[
key
]
+=
wrapper
.
property_dict
.
data
.
doc
[
val
];
kid
.
logic
[
key
]
+=
"
"
+
wrapper
.
property_dict
.
data
.
doc
[
val
];
delete
kid
.
logic
.
setParam
[
i
];
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment