-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.34.4, 4.0.7, 4.1.1
-
Component/s: Studio Designer
-
Tags:
-
Backlog priority:1,000
-
Team:UI
-
Sprint:UI - 2021-01
Steps to reproduce:
- In Modeler:
- Create a PageProvider (pp).
- In Designer:
- Create a Layout Block (layout-block).
- Configure the results layout for pp.
- Edit the table and switch to the table editor.
- Drag and drop the dc:description field inside the table and save.
- Refresh the page. Edit the table and switch to the table editor => dc:description should still be there.
- Remove dc:description and save.
- Switch to results editor and switch to code.
- On the top of the file add an import to the layout block created previously:
<link rel="import" href="../../forms/layout-block.html">
- Save. Switch to view, then edit the table and switch to the table editor.
- Drag and drop the dc:description field inside the table and save.
- Refresh the page. Edit the table and switch to the table editor => dc:description is no longer there because the save action did not persist the changes.
- is related to
-
NXS-6222 Fix sort of columns in table editor
- Resolved
- Is referenced in