Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
a47b421b
Commit
a47b421b
authored
Mar 08, 2024
by
Romain Courteaud
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_core: a boolean value is not considered as empty
parent
c76c3d66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_global.js.js
...inTemplateItem/portal_skins/erp5_core/gadget_global.js.js
+4
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_global.js.js
View file @
a47b421b
...
...
@@ -14,8 +14,11 @@
(
value
===
null
)
||
((
typeof
value
===
"
number
"
)
?
isNaN
(
value
)
:
((
typeof
value
===
"
boolean
"
)
?
false
:
(
Object
.
keys
(
value
).
length
===
0
)
)
)
);
}
window
.
isEmpty
=
isEmpty
;
...
...
Romain Courteaud
@romain
mentioned in commit
nexedi/erp5@8282ce71
·
Mar 08, 2024
mentioned in commit
nexedi/erp5@8282ce71
mentioned in commit nexedi/erp5@8282ce71a2da5de6b1b7e4e72bf8017a4721061e
Toggle commit list
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