Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
c16e2ce3
Commit
c16e2ce3
authored
Nov 04, 2020
by
Tifenn Guillas
Browse files
Fix bug attribute disparition => DONE
parent
ef6d4d90
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c16e2ce3
...
...
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
#136 => Add detail view for spectra type object and default object
### Fixed
-
#142 => Fix bug datatable: attribute disappeared in specific circonstances
### Changed
-
#145 => Display public datasets only when no user logged in
...
...
src/app/shared/datatable/datatable.component.html
View file @
c16e2ce3
...
...
@@ -56,7 +56,7 @@
</button>
</td>
<td
*ngFor=
"let attribute of getOutputList()"
class=
"align-middle"
>
<div
*ngIf=
"datum[attribute.label]"
[ngSwitch]=
"attribute.renderer"
>
<div
[ngSwitch]=
"attribute.renderer"
>
<div
*ngSwitchCase=
"'detail'"
>
<app-detail
[value]=
"datum[attribute.label]"
...
...
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