Skip to content

Commit 7db1c4a

Browse files
authored
EZP-31310: Fixed VersionDraftConflict for content having multiple locations (#269)
1 parent b7753c2 commit 7db1c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sub-items/components/table-view/table.view.item.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class TableViewItemComponent extends PureComponent {
9393
* @memberof TableViewItemComponent
9494
*/
9595
handleEdit() {
96-
this.props.handleEditItem(this.props.content);
96+
this.props.handleEditItem(this.props.content, this.props.location);
9797
}
9898

9999
setPriorityInputRef(ref) {

0 commit comments

Comments
 (0)