Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
3fb49f5f
Commit
3fb49f5f
authored
Jun 18, 2021
by
Julien BOUYER
Browse files
UNOTOPLYS-237 feat(item) : conditions d'affichage des items
parent
8cc1e3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/services/conditions.service.ts
View file @
3fb49f5f
...
...
@@ -35,7 +35,6 @@ export default class ConditionsService {
}
public
parseItemConditions
(
item
)
{
console
.
log
(
item
);
const
displayConditions
=
item
.
displayConditionSimple
.
displayConditions
;
if
(
displayConditions
.
length
===
0
)
{
return
[];
...
...
Write
Preview
Supports
Markdown
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