-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: Web UI
-
Tags:
-
Backlog priority:700
-
Sprint:UI - 2023-13, UI - 2024-01
-
Story Points:5
Steps to reproduce :
- start Nuxeo
- replace nxserver/nuxeo.war/ui/document/workspace/nuxeo-workspace-view-layout.html by the attached "nuxeo-workspace-view-layout.html" file
- log in as Administrator
- navigate to the personal workspace
- observe that the header "State" is displayed (without any content in the column) whereas this column is not selected in the settings
- if other columns are added from the Settings popup, the same problem (with the extra header) will happen for all added columns
By looking at the HTML code of the page, it seems that the a DIV tag has been added inside the "nuxeo-data-table-cell" element.
Expected behavior: using nuxeo-data-table-column inside a "dom-if" template should work and not display any additional header or column