Actions
Bug #25419
openCloning a Template and saving without changing it produces a diff
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Cloning a Template and saving without changing it produces a diff.
Measured the template array coming from
const { template } = this.props.auditedChanges;
Inside ExpansiveView.js
The template array length when saving without changes is big, element for each char.
The template array length when saving with changes is 2, one for the old and one for the new as it should be.
Files
No data to display
Actions